I simulated rsync to a third location, and again the old files on destination 
were an hour older.
I did a backup to a third location using a command (updating based on file 
size):
rsync -r -t -o -v --progress --size-only -u /media/data/ 
/media/jarno/red_iomega/data/
After that, the following simulation does not suggest any file for updating:
rsync -r -n -t -o -v --progress -u  /media/data/ /media/jarno/red_iomega/data/
i.e. the modification times are equal. So it seems like the rsync command 
updates the modification times on destination, propably due the -t option, even 
if sizes are equal and --size-only is used.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/612292

Title:
  Wrong timestamps on FAT32 partitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/612292/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to