Re: may be save on other directory

2005-03-27 Thread Alejandro Feijóo
> > 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:/

Q: rsync - preserve timestamps, but not use it to define files to update

2005-03-27 Thread Eugene Kramer
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