On Thu 02 Oct 2014, Juan Carlos Valle Sandoval wrote: > I have changed the script to: > > rsync.exe -ai --size-only --progress > --log-file=/cygdrive/v/notes/archive/RSyncLogFile.txt > /cygdrive/d/%username%/notes/archive /cygdrive/v/notes/
You could still try the other suggestion of --modify-window=1 instead of --size-only. Now if a file is updated to e.g. correct a spelling mistake "srync" to "rsync" then that files won't be backed up. > The output is: > > 2014/10/02 10:25:49 [5088] >f.st...... archive/file1.nsf > 2014/10/02 10:25:54 [5088] sent 4073663746 bytes received 41 bytes total > size 9589227520 > > The result: > > Only the modified file was backed up. However the whole file was copied, > not just the new things. :-( Why do you say this? The output reports (paraphrased) "sent 4GB, total size 9.5GB" so unless you're not showing the whole output then it only sent half the file. Use --stats to get more info on the whole transfer. Paul -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
