Displaying 1 result from an estimated 1 matches for "yyyymmddthhmm".
Did you mean:
yyyymmddhhmm
2010 Jul 16
4
--compare-dest weirdness
...--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/YYYYMMddTHHmm, where the yyyy... is a string
representing the date and time. (and then tar.gz the previous
directory to save space) the command i am using for this is : "rsync
-vrhRupElog --delete-during --delete-excluded
--exclude-from=/backups/.config/incremental.exclude
--log-file=/backups/.logs/incremen...