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
> --
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
> 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