I am running rdiff-backup on my linux servers for backups and getting some error on Update like this
UpdateError aa.MYD Updated mirror temp file /backup/rdiff-backup.tmp.59 does not match source
how can i fix these errors.
Whats the best way to mirror a rdiff-backup to an external drive and persevere the rdiff history of the local copy ?
I was thinking
Code:
rsync ~/rdiffdirectory /directory on external volume
also if I did this...
Code:
rdiff-backup ~/rdiffdirectory /directory on external volume
Would this really screw things up?
Thanks in advance.
Hello....
I'd like to try archfs or rdiff-backup-fs (as I understand it's same) but can't figure the right command line.
I make (test) backup with command rdiff-backup in-dir out-dir changed/deleted some files and make backup again few times. I was able to find "lost" files but it's hard to do. archfs is a tool to make that easyer but I don't know how to set up.
Hello...
Does someone know how to join this backup to single command?
rdiff-backup /media/HW_WIN/00_Proj /media/SlavkoBKP/RDIFF-CAA/00_Proj
rdiff-backup /media/HW_WIN/88_Internet/ /media/SlavkoBKP/RDIFF-CAA/88_Internet
I can't figure how to manage --include option..
I've got rdiff-backup up & running nicely using cron jobs over SSH between two VMs (my webserver and a backup space), using scripts put together from various places online.
I'm backing up various folders, including database dumps, /etc and /var/www. I've noticed that the script uses the --backup-mode for the webroot folder, but not for the others.
Can anyone explain what this option does?
I'd like to do a nightly backup of some things I'm working on and push them to my home server from a friend's VPS. Incremental would be nice because he's great at fucking things up.I've never used rsync and scp will take way too long to do every night, so I'd like an automatic back up nightly and I'd like to store only 3-7 days.
I've new to Xubuntu and I'm trying to figure out how to write a complex setting of Rsync or Rdiff-Backup.
I need to write a backup that take what's on my remote server and back it up to a specific folder on my computer. I would also like to run a backup of mysql this way too if possible. It would be nice to keep like the last 5 backups and no more.
I would like to automate this if possible.
I'm trying to setup a backup script on Ubuntu. Every day I want to copy my local source directory to a backup directory on a remote server uniquely named with the date. (e.g., backup-jan1/, backup-jan2/, etc) It should store a mirror of the earliest state and use difference files to recreate the new backup points.
This is pretty simple with rsync.
i unplugged the wrong machine during an rdiff-backup run, and when i try to ssh to that machine now, i get 'connection refused'.
the machine was set up with ssh-copy-id before the accidental unplug.
anything obvious i might have forgotten to check?