Re: rsync re-syncs unmodified files

2010-08-12 Thread Rodolfo Medina
Rodolfo Medina writes: > When using rsync from pc to usb stick, it re-syncs unmodified files, which is > annoying with large backups. > > In rsync man page, I found the following: > >When transferring to FAT filesystems rsync may re-sync unmodified >files. See the comments on the -

rsync re-syncs unmodified files (was: A question about rsync's behaviour)

2010-08-12 Thread Rodolfo Medina
When using rsync from pc to usb stick, it re-syncs unmodified files, which is annoying with large backups. In rsync man page, I found the following: When transferring to FAT filesystems rsync may re-sync unmodified files. See the comments on the --modify-window option. And, the comm