Re: uncusccesful in excluding directories

2001-09-24 Thread Dave Dykstra
On Sun, Sep 23, 2001 at 12:06:03PM +0200, Ruud H. Koning wrote: > Hello, I am trying to upload a website from my home computer to my isp. However, one >subdir of the local website should not be uploaded. I tried this using > > rsync --verbose --progress --stats --compres --rsh=/usr/bin/ssh > --

Re: destination dir doubles in size

2001-09-24 Thread tim . conway
It makes perfect sense. /mnt/backup2/systemBackup is a subdirectory of / Every time you run it, you're also backing up /mnt/backup2/systemBackup/ into itself... look. /mnt/backup2/systemBackup/mnt/backup2/systemBackup/ exists, and possibly deeper. add "--exclude=/mnt/backup2/systemBackup" Tim Co

Re: unexpected EOF in read_timeout

2001-09-24 Thread Ronan KERYELL
> On Thu, 6 Sep 2001 13:29:59 -0700, Michelle Brownsworth <[EMAIL PROTECTED]> >said: Michelle> Perhaps someone can shed some light on the problem I'm Michelle> having using rsync 2.4.6. I'm getting the following error: Michelle> Connection to nova closed by remote host. unexpe