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 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.
I recently found rdiff-backup which seems to be very useful incremental alternative to rsync.
But there's an issue, while trying to use the rdiff-backup to make a mirror of a folder in other one, it changes permissions of source folder ( specially it changes the read-only 400 to 644 )
Any suggestion on how to fix it?
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?
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.
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?
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've been trying to make a three stage backup with stage 0 being a full monthly back up, stage 1 being a weekly backup, and stage 2 being a daily backup. I've been trying very hard to use rsync for this but sorting files by date is proving to be problematic.
I am looking for an (ideally free as in speech or beer) backup tool for Unix-like OS which can store deduplicated backups, i.e. only nonredundant content takes up additional space.
I already looked at dirvish (my first candidate) and rsnapshot which use hardlinks to achieve deduplication on a per-file level.