Hi,
I'm a newbe on this forum, and I have a question.
I try to send a file to other server with solaris with rsync, but I have this error:
bash: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)
the command is
rsync -ctvz --timeout=10 --bwlimit=100 export.tar.gz max@reposrv:
We're using Deltacopy's distribution of Cygwin Rsync (v3.0.4, I believe) to backup two large Virtualbox virtual hard drives from our work Windows 7 VM host, over the internet through Logmein Hamachi VPN, to an XP PC in my boss's basement. I have rsync running in a batch file which monitors the return error code rsync gives, and restarts the rsync command if the error code isn't 0.
Now after this quick solution preview I'd like to share with you my current rsync server configuration, as I've already explained you rsync is quite easy to understand and configure, just install it in your favorite distro and configure these things:
Hey guys.
I have a rsync command as follows in a expect script
Code:
spawn rsync -a -r -z -v -h -p -i --log-file=/path/rsync.log --progress --delete-excluded -e ssh user@ip:/source /destination
My question is.
When rsync has downloaded a file or folder, how can i get rsync to touch the file / folder with a date and timestamp for when the download was completed on the destination?
Thanks on
Hi All,from my linux box I would like to backup using rsnapshot my personal folder in my W7 laptopmy problem is that it was working, but suddenly it stopped to, and I cannot understand why, ad I didn't do any changes in the configuration.the error is rsync: failed to connect to 10.40.50.93 (10.40.50.93): Connection timed out (110)
rsync error: error in socket IO (code 10) at clientserver.c(12
I'm trying to push a file from my local windows machine to an amazon server into the folder /var/www
rsync -e 'ssh -i /cygdrive/d/myaws.pem' /cygdrive/d/web/my_site.jpa ubuntu@176.69.69.9/var/www
Unsuccessful with this error
rsync: change_dir#3 "/home/mark//ubuntu@176.34.50.7/var" failed: No such file or directory (2)
Iam using rsync tool to sync files from one linux server to other linux server, however it takes huge time to finish it.
I'm able to ssh -i mykey.pem to EC2. I'm able to scp -i mykey.pem to EC2.
I would like to run rsync without the need to enter a password.