search for: vrptz

Displaying 1 result from an estimated 1 matches for "vrptz".

2009 Apr 29
3
Rsync/SSH automation problem?
Hi All, I have a win2k3 server that its backing up to a CentOS 5.3 server. On the Win2k3 machine I plan to have rsync back up nightly to the CentOS server through ssh. The command I am using is as follows: rsync -vrPtz -e ssh myuser at myserver:/remote/backup/folder/ /local/backup/folder/ This all works great for the inital test except its prompts me for a password for "myuser" (as you would except) but how can I embed the password for ssh into the command line? Or can I not? Is the following some how...