07-30-2015, 10:46 PM
07-31-2015, 05:30 AM
Yes there is a way.
Backup the folder "/var/sentora/vmail"
You can run the command via SSH, this will backup the vmail folder to your /root user folder as "backup_vmail.tar.gz"
Hope this helps
Backup the folder "/var/sentora/vmail"
You can run the command via SSH, this will backup the vmail folder to your /root user folder as "backup_vmail.tar.gz"
Code:
tar -czPf /root/backup_vmail.tar.gz /var/sentora/vmailHope this helps

07-31-2015, 06:56 AM
tar the whole emails is not the right solution. Think more about a differential backup solution, as a lot of clients will keep their email in inbox and content is changing a lot. It's a big problem.
If you want only to mirror it daily think about using rsync, but again you won't be able to hold more than a copy.
M B
If you want only to mirror it daily think about using rsync, but again you won't be able to hold more than a copy.
M B
07-31-2015, 07:50 AM
(07-31-2015, 06:56 AM)Me.B Wrote: [ -> ]tar the whole emails is not the right solution. Think more about a differential backup solution, as a lot of clients will keep their email in inbox and content is changing a lot. It's a big problem.
If you want only to mirror it daily think about using rsync, but again you won't be able to hold more than a copy.
M B
I do agree with you Me.B, however for some simple servers with low email traffic this is just enough.
Ideally you should backup email via another IMAP server, that would be perfect
