Package: tar
Version: 1.20-1+lenny1
Severity: normal

Here's my script: 

    tar     --create \
            --totals \
            --verbose \
            --one-file-system \
            --gzip \
            --exclude-from=$EXCLUDE_FILE \
            --file="$TARGET/$MOUNTPOINTNAME.full.tz" \
            --listed-incremental="$TARGET/$MOUNTPOINTNAME.full.snar" \
            $SOURCE > $LOG 2>&1 || echo $0: tar exit=$?

Here is the debug information from the log:

# grep -v ": /" root.full.log | grep "tar:"
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
tar: Error exit delayed from previous errors

Checking one or two files in the archive tend to suggest the backup was
successful. And eyeballing the log (which is huge) there are some "socket 
ignored" logs...but these are/should not be the cause of a fatal exit.

It seems impossible to know which file, or event failure happened.

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (50, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tar depends on:
ii  libc6                       2.7-18lenny4 GNU C Library: Shared libraries

tar recommends no packages.

Versions of packages tar suggests:
ii  bzip2                         1.0.5-1    high-quality block-sorting file co
pn  ncompress                     <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to