Displaying 1 result from an estimated 1 matches for "vrhrupelog".
2010 Jul 16
4
--compare-dest weirdness
...llows.
Running ubuntu 10.04
2 main partitions, / and /home, both ext3. 1 external usb hdd, ext3,
mounted to /backups/main.
once every couple of days, rsync backs up, using following command,
everything worth backing up in / and /home partitions to a folder
/backups/main/Full. command: "rsync -vrhRupElog --delete-during
--delete-excluded --exclude-from=/backups/.config/full.exclude
--log-file=/backups/.logs/full.rlog / /backups/main/Full/". this works
perfectly
now what i want to do, is every few hours, rsync ONLY the files
changed in the last few days to a folder in
/backups/main/Incremental...