Re: help scp or rsync

2005-06-29 Thread Ugo Bellavance
Stephen R Laniel wrote: > On Wed, Jun 29, 2005 at 07:12:46PM +0200, roberto wrote: > >>and i installed an rpm from the following site >>http://rpm.pbone.net/index.php3/stat/4/idpl/1944456/com/rsync-2.6.5-2.i386.rpm.html >> (OK) >> >>in machine B, where i tried the above command > > > It looks li

Re: help scp or rsync

2005-06-29 Thread Stephen R Laniel
On Wed, Jun 29, 2005 at 07:12:46PM +0200, roberto wrote: > and i installed an rpm from the following site > http://rpm.pbone.net/index.php3/stat/4/idpl/1944456/com/rsync-2.6.5-2.i386.rpm.html > (OK) > > in machine B, where i tried the above command It looks like rsync is trying to use a symbol t

Re: help scp or rsync

2005-06-29 Thread roberto
--- [EMAIL PROTECTED] ha scritto: > type the following command: > > rsync -avz -e ssh [EMAIL PROTECTED]:/home/myself /home/ > > this will create a directory myself in /home on your current system > (should be A) > i tried the command you gave me and i received the following rsync: relocation

Re: help scp or rsync

2005-06-28 Thread Alvin Oga
On Tue, 28 Jun 2005, roberto wrote: > hello > i have to get my entire /home/myself from machine B (debian sarge, k 2.6.8) > to my actual machine A to make a backup copy, > > could you please address me where i can find the correct procedure to do > this using rsync or scp? machineB# ssh -l

Re: help scp or rsync

2005-06-28 Thread Clive Menzies
On (28/06/05 10:05), roberto wrote: > hello > i have to get my entire /home/myself from machine B (debian sarge, k 2.6.8) > to my actual machine A to make a backup copy, > > could you please address me where i can find the correct procedure to do > this using rsync or scp? > > please note