Displaying 2 results from an estimated 2 matches for "avuzb".
Did you mean:
avuz
2003 Mar 12
2
Trouble using RSYNC from a SSH terminal
Hi,
I'm setting up mirror server using RSYNC, but I couldn't find the answer...
Why is possible to backup to my local Linux machine and why I couldn't use
the same instruction for backing up through SSH?
I explain: from the command line of my linux machine, I write: rsync -avuzb
xxx.xxx.xxx.xxx::resource /home/www and it works properly. When I try to do
the same in another machine (connected through a SSH program), it doesn't
respond. I need to do that, because I am migrating servers and need that
information. Do I do it directly from the destination server console and...
2003 Oct 08
2
2.5.6: a number of minor issues
....IP o
for copying local files\&. This is invoked when neither
-source nor destination path contains a : separator
+source nor destination path contains a : separator.
.IP
.IP o
for copying from the local machine to a remote machine using
@@ -288,11 +288,11 @@
.RS
get:
.br
-rsync -avuzb --exclude \'*~\' samba:samba/ \&.
+\ \ \ \ \ \ \ \ rsync -avuzb --exclude \'*~\' samba:samba/ \&.
.PP
put:
.br
-rsync -Cavuzb \&. samba:samba/
+\ \ \ \ \ \ \ \ rsync -Cavuzb \&. samba:samba/
.PP
sync: get put
.RE
@@ -348,7 +348,7 @@
-e, --rsh=COMMAND...