Guillaume Coté Asked: 2010-11-06 23:46:15 +0800 CST2010-11-06 23:46:15 +0800 CST 2010-11-06 23:46:15 +0800 CST Why is rsync recopying a lot of file when I sync to an USB key? 772 When I do an rsync to USB key using -t, it still copy a lot of file. Why? rsync 1 Answers Voted Best Answer Guillaume Coté 2010-11-06T23:48:13+08:002010-11-06T23:48:13+08:00 Some Microsoft filesystem can only store even values. Then rsync retransfer any file with an odd value. You can avoid this by specifying the --modify-window=1 option
Some Microsoft filesystem can only store even values. Then rsync retransfer any file with an odd value.
You can avoid this by specifying the --modify-window=1 option