one of two raided hard disk is broken, the fist step is save the
zimbra installation, here the log of my action
1. Install rsync
$sudo apt-get install rsync -y
2. Prepare for the disk, letter for keeping backup file, I'm using SSH
server that has capacity 1T with raid 1 (mirror)
3. Analise the capacity of backup and destination
on Zimbra machine
$sudo du -sh /opt |grep GB
On Destination
$df -h
(see the backup disk, my case is /media/backup)
4. run rsyn
$rsync -avz -e ssh /opt/zimbra/ user@server:/media/backup/zimbra
finally waiting for hours until it finished.
me(Suwidi)
-
Dikirim dari suwidi.or.id dengan dukungan dev-NET(system)