From: s. k. <ke...@sp...> - 2005-04-28 04:51:08
|
Incoming from Gregory Gregory Malsack: > Does anyone know what this means? > > | File number 3, tape index 200504262359 > | Backup of: /etc > | Date of this level 0 backup: Wed Apr 27 00:46:50 2005 > | Date of last level 0 backup: the epoch > |------------------------------------------------------------ > | cd "/etc" && /tmp/collectexit.7772.sh find . -depth -xdev ! -type s ! \ > | -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ -print0 | \ > | /tmp/collectexit.7772.sh tar --create --null --files-from=- \ > | --ignore-failed-read --same-permissions --no-recursion --totals --label \ > | "level 0 /etc Wed Apr 27 00:46:50 2005 tar+gzip from fs.gmellc.local" \ > | --verbose --sparse -b 20 --file - | /tmp/collectexit.7772.sh gzip -4 | \ > | /tmp/collectexit.7772.sh buffer -m 10m -p 75 -s 10k -t -u 100 -B -o \ > | "/dev/nst0" > | [ ! -e /tmp/exitstatus.7772 ] ....^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test not exists /tmp/exitstatus.7772 Is /tmp a separate partition? Is it full? Can your backup user create files in /tmp? -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling - - |