On Thu, 19 Jan 2006, Blake Visin wrote:
> I am receiving an error from rsync which return a non zero exit, causing
No, you are receiving a warning from rsync.
> the backup to fail Here is the end of the backup script. I do not know
> how to fix this problem. I also am trying to just copy the files I want
> to back up and not send them to an archive as I want to maintain the
> existing structure. It seems to go through the whole backup process and
> seem to fail at the end. Any help will be much appreciated. I really
> like this script, but I can not seem to make it work right
>
> sent 113608102421 bytes received 3241964 bytes 13867725.89 bytes/sec
> total size is 115126973346 speedup is 1.01
> rsync warning: some files vanished before they could be transferred
Did you read this line? It tells you exactly what rsync is warning you
about.
> (code 24) at main.c(789)
>
> ERROR: non-zero exit from:
> rsync --include-from=- --exclude=* --archive --verbose --delete
> --delete-excluded /f/ /backup/f/f.0
...
|