Displaying 1 result from an estimated 1 matches for "programto".
Did you mean:
program'to
2005 Aug 11
1
win32, ssh and rsync
...ACKUP ]
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 the command can be broken into
2 parts... the ssh connect part... and the rsync part.
I do not beleive this is the same as the ssh
tunneling since the rsyncd.conf file does not exist on
the se...