This commit is contained in:
martin 2014-05-04 06:29:00 +00:00 committed by admin
parent e4a2a2a712
commit 7c54858e67

View file

@ -2,7 +2,7 @@ The Date resolution for FAT is only 2 seconds for the "last modified time."
This leads to the strange behaviour, that after umount and remount of an usb drive (direct mode) git-annex thinks that suddenly approx. 50% of
the files are modified. (after remount the times appears to be rounded to even values)
One solution would be to treat differences up to 1s in modification time as unmodified or create an new parameter like rsync's "modify-window" for this...
One solution would be to treat differences up to 1s in modification time as unmodified or create an new parameter like rsync's "modify-window" for this. To do an "git annex sync" or git annex add is in my opinion not a good option, because one could add so Bad file content by accident...
Here's an konsole session to show this behaviour: