John Horne [[EMAIL PROTECTED]] writes:
> Okay I think I've solved this :-) The rsync with the '--size-only'
> option updates the modification time for the file but doesn't copy
> it.
Actually, I believe it's less related to "--size-only" rather than
your use of the "-t/--times" option (implicitl
On 30-Nov-00 at 17:02:19 John Horne wrote:
> Using rsync 2.4.6 I executed the following (simply as a test) from one
> machine to another:
>
> rsync -v -e ssh -ar sscan eros:
>
> This copied the sscan directory from my PC to the machine 'eros'. I then
> changed a file in sscan locally and ran t
Hello,
Using rsync 2.4.6 I executed the following (simply as a test) from one
machine to another:
rsync -v -e ssh -ar sscan eros:
This copied the sscan directory from my PC to the machine 'eros'. I then
changed a file in sscan locally and ran the command again. The changed file
was copied. I