search for: rsync_ssh

Displaying 6 results from an estimated 6 matches for "rsync_ssh".

Did you mean: rsync_rsh
2009 Mar 29
2
ssh & rsync equivalence?
Hello Folks Can anyone help with why I can use ssh like so: [root@morgansoldmachine ~]# ssh -t rsync@192.168.1.40 sudo ssh -i /home/rsync/.ssh/id_dsa root@192.168.1.100 Last login: Tue Mar 24 21:32:51 2009 from morgansmachine.lan [root@morgansoldmachine ~]# logout Connection to 192.168.1.100 closed. Connection to 192.168.1.40 closed. [root@morgansoldmachine ~]# But, when I use the same
2002 Oct 01
2
"error in rsync protocol data stream (code 12) at io.c(150)" revisited
...SH_3.4p1 Debian 1:3.4p1-1, SSH protocols 1.5/2.0, OpenSSL 0x00906 - rsync version 2.5.6cvs protocol version 2603f Neither system uses an rsync daemon. Here's the command and the resulting error: bb> ls -l ccf.txt -rw-r--r-- 1 bbuser bbuser 46 Jul 2 12:02 ccf.txt bb> echo $RSYNC_SSH /usr/local/bin/rsync -i /home/bbuser/.ssh/bbcom-id-dsa bb> rsync -a ccf.txt bbcom@tobias:/www2/virtualhosts/toledo/bbcom/ tobias.cc.kuleuven.ac.be: Connection refused unexpected EOF in read_timeout ssh by itself works as expected: bb> ssh -i ~/.ssh/bbcom-id-dsa -l bbcom tobias cat /www2/v...
2002 Jan 17
0
FW: SSH Error
- call me ignorant... but I am not above asking. Where do I define $RSYNC_SSH=ssh at? Thanks for the info!! David -----Original Message----- From: rsync-admin@lists.samba.org [mailto:rsync-admin@lists.samba.org]On Behalf Of tim.conway@philips.com Sent: Tuesday, January 15, 2002 7:08 PM To: David L Nickel Cc: rsync@lists.samba.org Subject: Re: SSH Error Ok, you're talk...
2010 Aug 07
2
IO error causing file deletion failure?
Hello List I've been running this command, with the accompanying error: [root at mythtv ~]# ssh -t rsync at 192.168.1.40 sudo rsync -avzAXH --delete-after -e /home/rsync/bin/rsync_ssh /home/ root at 192.168.1.100:/mnt/bigdisk/morgansmachine/home root at 192.168.1.100's password: building file list ... rsync: readlink_stat("/home/morgan/.gvfs") failed: Permission denied (13) done morgan/.gconfd/ morgan/.gconfd/saved_state IO error encountered -- skipping file deleti...
2002 Jan 16
1
SSH Error
I created a user on the machine I am attempting to mirror. I when I run rsync with this user I get the following errors "receiving file list ... link_stat www : No such file or directory done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? rsync error: partial transfer (code 23) at main.c(553)" here is my conf file ## use chroot = no max
2011 Jul 09
0
Problem with --dry-run
Hi Gents, I have written a backup script with rsync, which is working fine for a long time. Now a problem has occured. which I am not able to solve by my own: Before I am doing the backup I am checkig if there are any changes to backup ... rsync --delete $RSYNC_EXCLUDE -avzne "$RSYNC_SSH" $RSYNC_SOURCE $RSYNC_DESTINATION But when I have created a path of new directories in $RSYNC_SOURCE e. g. $RSYNC_SOURCE/new_dir/new_dir/new.file then its fails with ... skipping daemon-excluded directory "$RSYNC_SOURCE/new_dir/new_dir" *** Skipping any contents from this failed di...