Rsync w/ Windows

Jeremy Gransden jeremy.gransden at gmail.com
Fri Mar 16 17:00:54 UTC 2007


On 3/16/07, Chris Maness <chris at chrismaness.com> wrote:
>
> I need to sync a directory with my freebsd box.  In linux/bsd I use the
> command  rsync -vaur chris at foo.com:/home/chris/beer /home/chris/beer and
> this works perfectly for me.  However, using the cwrsync package in
> windows with this syntax does not work.
>
> Pleas help!
> Thanks...
>
> --
> Chris Maness
> (909) 223-9179
> http://www.chrismaness.com
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to freebsd-questions-unsubscribe at freebsd.org



You have to tell windows the full path including drive letter.  This is what
i use to sync Xp laptop to freebsd server:

rsync.exe -r /cygdrive/c/z-test/ jeremy at xxx.xxx.xxx.xxx:/home/jeremy/backup/

thanks,
jeremy


More information about the freebsd-questions mailing list