>
> Sounds like you want --compare-dest=../FULL:
>
> rsync -av --compare-dest=../FULL host:/src/ monday
That not make any god :(
BEFORE
CLIENTSERVER
-fich1 -/FULL/fich1
-fich2 -/BACKUP/monday/
AFTER (cd /BACKUP and rsync -av --compare-dest=../FULL/ CLIENT:/
Hello listers,
I do not seem to be able to find a combination of rsync switches that
updates destination directory only if the contents of the files
changes *and* preserves files' original timestamps.
What I've tried so far:
1. --checksum --size-only --ignore-times with or without --times switc