View Single Post
  #2 (permalink)  
Old 09-17-2006, 12:10 AM
czaveri czaveri is offline
Former Zimbran
 
Posts: 294
Default

yes, to me it does look like your nightly backup is incorrect.

You shouldn't use "cp -Rf ..."

You should be using 'rsync' instead.

Try the following in place of "cp -r /opt/zimbra /home/backup/backups":

Code:
rsync -arlHKpogDt /opt/zimbra/ /home/backup/backups/zimbra
There are also a couple of scripts floating around on the backup and recovery threads.

My 2 Cents,
__________________
Regards,

Chintan Zaveri
(Yet another ZIMBRAN!)

"Dhundhne par Bhagwan bhi ..."
Reply With Quote