single-user incremental backup/restore
Posted: Sun Jul 30, 2006 8:12 pm
Hiya all,
For backups at the moment we are rsyncing /var/opt/scalix for the main backup but we are also using the ombackup script (submitted on this mailing list) to extract users mailbox data once a day.
The ombackup script uses omcpoutu to extract each users mailbox into a single file. This data can be used to recovered mail for a single user without disrupting the server.
The issue we are having is that omcpoutu extracts the data into a single file, which gets backed up everytime it changes. Some users mailboxes are quite large e.g. 800M. and because the extracted mailbox is only a single file then even if the user receives a single mail during the day then that single file is marked as modified and so the whole thing is backed up again.
Is there anyway of :
1) extracting user mailbox data in some sort of exploded format so that we can do incremental backups?
and/or
2) Some tool to reconstruct a users mailbox from data in the/var/opt/scalix/users directories?
Cheers
Sim
For backups at the moment we are rsyncing /var/opt/scalix for the main backup but we are also using the ombackup script (submitted on this mailing list) to extract users mailbox data once a day.
The ombackup script uses omcpoutu to extract each users mailbox into a single file. This data can be used to recovered mail for a single user without disrupting the server.
The issue we are having is that omcpoutu extracts the data into a single file, which gets backed up everytime it changes. Some users mailboxes are quite large e.g. 800M. and because the extracted mailbox is only a single file then even if the user receives a single mail during the day then that single file is marked as modified and so the whole thing is backed up again.
Is there anyway of :
1) extracting user mailbox data in some sort of exploded format so that we can do incremental backups?
and/or
2) Some tool to reconstruct a users mailbox from data in the/var/opt/scalix/users directories?
Cheers
Sim