amnesia
It’s because you are not rsyncing the whole install… Escpecially not if you use the Backup Script cause that would be stupid.
Im running this
0 4 * * * /bin/bash /home/XXXX/backup.sh
10 4 * * * rsync -a -4 /opt/backup/ XXXXXXX@backupstorage:/home/XXXXXXXX/mail --ignore-existing
which basically rsyncs the backup files that the backupscript creates up to my storage. That way i can use the full functionality of the Backup Script while just rsyncing:
backup_crypt.tar.gz
backup_mariadb.tar.gz
backup_postfix.tar.gz
backup_redis.tar.gz
backup_rspamd.tar.gz
backup_vmail.tar.gz
mailcow.conf
Those files.