rsync & rdiff backup combination giving erros
Posted
by
Maikel van Leeuwen
on Server Fault
See other posts from Server Fault
or by Maikel van Leeuwen
Published on 2012-10-28T14:48:54Z
Indexed on
2012/10/28
17:03 UTC
Read the original article
Hit count: 254
rsync
|rdiff-backup
On the server I'm making every day a backup with rdiff-backup like: rdiff-backup /home/ /backup/home
Then every week I want to make a rsync backup offside with sshfs like:
rsync -avz /home/server/backup/home /backup/server-home/
This is giving me the following errors:
Fatal Error: Previous backup to /backup/server-home/. seems to have failed.
Rerun rdiff-backup with --check-destination-dir option to revert directory to state before unsuccessful session.
Does anybody have a good solution to deal with this errors/situation?
*2x edit for typo's
© Server Fault or respective owner