Displaying 1 result from an estimated 1 matches for "vvulogdtprrz".
Did you mean:
vvlogdtprz
2005 Aug 11
1
win32, ssh and rsync
...n OBSD machine.
The command I have successfully used is:
rsync -Rrazvvu -e "ssh -i .ssh/pvt"
/cygdrive/c/dirname username@1.2.3.4:BACKUP
[where BACKUP is a directory /home/username/BACKUP ]
This reports "opening conection using " :
ssh -i .ssh/pvt -l username rsync --server
-vvulogDtprRz . BACKUP
[and youcan see the process on the server...
ie: rsync --server -vvulogDtprRz . BACKUP ]
After which te synchronisation takes place.
I have written a compiled vb wrapper programto perform
this operation - however it does not run from the
windows 2003 scheduler.
I thus want to know if t...