Juan Carlos Valle Sandoval
2014-Oct-02 00:14 UTC
Rsync keeps copying everything to the server
Hi mates I am running this command and rsync keeps copying all the files to the server. Any reason why? It supposed to copy only those files with have been modified and just copy the difference. Thanks for your advice rsync.exe -av --progress --log-file=/cygdrive/v/notes/archive/RSyncLogFile.txt /cygdrive/d/%username%/notes/archive /cygdrive/v/notes/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - --itemize-changes will tell you the why. The fact that both of your paths are local is why you are stuck with --whole-file. On 10/01/2014 08:14 PM, Juan Carlos Valle Sandoval wrote:> Hi mates > > I am running this command and rsync keeps copying all the files to > the server. Any reason why? It supposed to copy only those files > with have been modified and just copy the difference. > > Thanks for your advice > > rsync.exe -av --progress > --log-file=/cygdrive/v/notes/archive/RSyncLogFile.txt > /cygdrive/d/%username%/notes/archive /cygdrive/v/notes/ >- -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~ Kevin Korb Phone: (407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. Kevin at FutureQuest.net (work) Orlando, Florida kmk at sanitarium.net (personal) Web page: http://www.sanitarium.net/ PGP public key available on web site. ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQsmSoACgkQVKC1jlbQAQeI8gCgrEBD48GW2Ta20EnZb/zr0vo+ ja0An3uLe32NoiP56sr+b8zVeVj/ruhm =OKao -----END PGP SIGNATURE-----
In <206FAD5F-53EA-49F1-ABE8-411148B47DA9 at gmail.com>, on 10/01/14 at 07:14 PM, Juan Carlos Valle Sandoval <jcvalle.ni at gmail.com> said: Hi,>rsync.exe -av --progress >--log-file=/cygdrive/v/notes/archive/RSyncLogFile.txt >/cygdrive/d/%username%/notes/archive /cygdrive/v/notes/Since you running on Windows, you might have a timestamp resolution issue. The --itemize-changes recommended by others will show whether or not this is your issues. It's much more effective than -v in my experience. Steven -- ---------------------------------------------------------------------- "Steven Levine" <steve53 at earthlink.net> Warp/DIY/eComStation etc. www.scoug.com ----------------------------------------------------------------------