All mail users are in the dbispconfig database and all email data in /var/vmail, so all you have to do is to create a backup of the dbispconfig database and all files in /var/vmail
I'm new to rsync and I'm planning to write a backup.sh script and call it from cron once a day. The goal is to make daily incremental backups of all mail contents for domain.tld. So, would this be ok?: #! /bin/bash rsync -bavhz /var/vmail/domain.tld /backupdata/vmail/domain.tld Thanks!
Hi check out http://blog.schaal-24.de/category/ispconfig/?lang=en there is a mail backup plugin that work. well it did in the last version anyways