Re: scp non-overwrite option

2007-08-05 Thread Wei Wang
Hi Try rsync. It has automatical differencial algorithm for avoiding transfer duplicated data. On Fri, 2007-08-03 at 08:57 +0530, Bhasker C V wrote: > All, > > I was trying to scp a large directory from server to my box (server on > FC and my desktop on etch).

Re: scp non-overwrite option

2007-08-03 Thread Bhasker C V
Thanks Bob. On Thu, 2007-08-02 at 23:17 -0600, Bob Proulx wrote: > Bhasker C V wrote: > > I was trying to scp a large directory from server to my box (server on > > FC and my desktop on etch). I use scp -r option to copy all the files. > > But when it happens that the scp fails somewhere, i cann

Re: scp non-overwrite option

2007-08-02 Thread Bob Proulx
Bhasker C V wrote: > I was trying to scp a large directory from server to my box (server on > FC and my desktop on etch). I use scp -r option to copy all the files. > But when it happens that the scp fails somewhere, i cannot ask it to > continue by omitting the ones it has already copied. This

scp non-overwrite option

2007-08-02 Thread Bhasker C V
All, I was trying to scp a large directory from server to my box (server on FC and my desktop on etch). I use scp -r option to copy all the files. But when it happens that the scp fails somewhere, i cannot ask it to continue by omitting the ones it has already copied. For example in the standar