Displaying 4 results from an estimated 4 matches for "morgansmachine".
2009 Mar 21
1
Trouble with -e ...
Hello folks
Can any one help with why:
[root@morgansoldmachine ~]# ssh -t rsync@morgansmachine sudo ssh -i
/home/rsync/.ssh/id_dsa root@morgansoldmachine
Last login: Sun Mar 22 10:55:41 2009 from morgansmachine.lan
[root@morgansoldmachine ~]# logout
Connection to morgansoldmachine closed.
Connection to morgansmachine closed.
[root@morgansoldmachine ~]#
Works
But yet:
[root@morgansoldmachin...
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 command with the -e option via rsync it fails:
[root@morgansoldmachine ~]# ssh -t rsync@192.168.1.40 sudo rsync
-avzAXHn --delete-af...
2007 Nov 15
2
rsync error?
Hi Folks
Can anyone help me with the following error - is it serious; is the file
transferred; are the other files transferred?
[morgan@morgansmachine ~]$ rsync -a -X -A -z -v /home/morgan/Documents
192.168.1.30:/home/morgan/Documents
morgan@192.168.1.30's password:
building file list ... done
rsync: rsync_xal_set:
lsetxattr("Documents/Projects/CBT/SH20/HearingSubmission/ManukauBridgeSubCBT_PostPatrick_3_2.doc","user.Beagle.At...
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 deletion
sent 3708868 bytes received 1038 bytes 33880.42 byt...