I am new to Mailcow. My first attempt at running the backup script fails. At the start of the script, I see:
Found project name mailcowdockerized
The first sign of errors is this:
/bin/tar: /backup/backup_vmail.tar.gz: Cannot write: Broken pipe
/bin/tar: Child returned status 2
/bin/tar: Error is not recoverable: exiting now
I have mounted a Windows file share for backup. I connected with administrator permissions. I am running backup as root.
In the backup location, I see only mailcow.conf and .x86_64
It appears the problem has something to do with writing to the windows share. I can make a temporary copy of the backup at /tmp/backup and then cp -r the whole thing to the windows share with no problem.
The mount point shows 755 permissions.