Both 1.25 and 1.15.1 were built from sources - ./configure followed by make. Originally found bug using 1.25 downloaded as binary from sunfreeware.com

/godzilla is the mount point for a ufs disk
tar command comes from Amanda - I changed output file and listed- incremental file names for the tests below

/# /godzilla/packages/tar-1.25/src/tar --create --file /dev/null -- directory /godzilla --one-file-system --listed-incremental /tmp/z -- sparse --ignore-failed-read --totals --verbose .
/godzilla/packages/tar-1.25/src/tar: .: Directory is new
./
Total bytes written: 10240 (10KiB, 3.8MiB/s)
/# rm /tmp/z
/# /godzilla/packages/tar-1.15.1/src/tar --create --file /dev/null -- directory /godzilla --one-file-system --listed-incremental /tmp/z -- sparse --ignore-failed-read --totals --verbose .
/godzilla/packages/tar-1.15.1/src/tar: ./lost+found: Directory is new
/godzilla/packages/tar-1.15.1/src/tar: ./local: Directory is new
/godzilla/packages/tar-1.15.1/src/tar: ./packages: Directory is new
/godzilla/packages/tar-1.15.1/src/tar: ./amanda: Directory is new
/godzilla/packages/tar-1.15.1/src/tar: ./dicom: Directory is new
.
.
.
Total bytes written: 57706362880 (54GiB, 92MiB/s)

Joe

Reply via email to