Re: modification times questions

2017-04-10 Thread Guillaume Outters via rsync
Le 2017-04-07 21:08, Kevin a écrit : On 04/07/2017 03:07 PM, McDowell, Blake wrote: I run --times when I use rsync […] but the times do not transfer over […] I have never seen rsync do that. What exactly are you doing? I have seen such a behaviour when trying to rsync to a UDF volume

RE: modification times questions

2017-04-07 Thread McDowell, Blake via rsync
Transferring files to our NAS over fiber. Nothing unusual... From: Kevin Korb [k...@sanitarium.net] Sent: Friday, April 07, 2017 3:08 PM To: McDowell, Blake; rsync@lists.samba.org Subject: Re: modification times questions I have never seen rsync do

Re: modification times questions

2017-04-07 Thread Kevin Korb via rsync
t; [rsync@lists.samba.org] > Sent: Friday, April 07, 2017 2:58 PM > To: rsync@lists.samba.org > Subject: Re: modification times questions > > If you are sure the content is correct you can run rsync with both > --times and --size-only. > > This will cause rsync to "fix&

RE: modification times questions

2017-04-07 Thread McDowell, Blake via rsync
know why... B From: rsync [rsync-boun...@lists.samba.org] on behalf of Kevin Korb via rsync [rsync@lists.samba.org] Sent: Friday, April 07, 2017 2:58 PM To: rsync@lists.samba.org Subject: Re: modification times questions If you are sure the content

Re: modification times questions

2017-04-07 Thread Kevin Korb via rsync
I guess I should also mention that if both trees are local you can use: find . -print -exec touch "/path/to/wrong/times/{}" --reference "{}" \; On 04/07/2017 02:58 PM, Kevin Korb via rsync wrote: > If you are sure the content is correct you can run rsync with both > --times and --size-only. > >

Re: modification times questions

2017-04-07 Thread Kevin Korb via rsync
If you are sure the content is correct you can run rsync with both --times and --size-only. This will cause rsync to "fix" the timestamps on files that are the same size on both ends. On 04/07/2017 02:53 PM, McDowell, Blake via rsync wrote: > How do I transfer just the modification times with