Hello,
I am attempting to setup amanda with gnutar and gpg. I configured amanda
as such:
GZIP=/var/backups/bin/gzip ./configure --with-user=backup
--with-group=backup --without-force-uid --with-fqdn --with-amandahosts
My dumptype looks like:
define dumptype sw-test {
comment "sw test"
priority medium
}
My disklist:
localhost sda1 sw-test
So....if my dumptype is NOT using gnutar and I am NOT using a compress
line why is amanda attempting to use the gzip wrapper?
FAILED AND STRANGE DUMP DETAILS:
/-- localhost sda1 lev 0 FAILED [/sbin/dump returned 3]
sendbackup: start [localhost:sda1 level 0]
sendbackup: info BACKUP=/sbin/dump
sendbackup: info RECOVER_CMD=/var/backups/bin/gzip -dc |/sbin/restore
-f... -
sendbackup: info COMPRESS_SUFFIX=.gz
sendbackup: info end
| DUMP: Date of this level 0 dump: Tue Oct 16 11:07:05 2001
| DUMP: Date of last level 0 dump: the epoch
| DUMP: Dumping /dev/sda1 (/boot) to standard output
| DUMP: Label: none
? gpg: your_gpg_key_id: skipped: public key not found
? gpg: [stdin]: encryption failed: public key not found
| DUMP: mapping (Pass I) [regular files]
| DUMP: mapping (Pass II) [directories]
| DUMP: estimated 2412 tape blocks.
| DUMP: Volume 1 started at: Tue Oct 16 11:07:05 2001
| DUMP: dumping (Pass III) [directories]
| DUMP: Broken pipe
| DUMP: The ENTIRE dump is aborted.
sendbackup: error [/sbin/dump returned 3]
\--------
I understand the error about the key not being found, but why is it even
trying to use gzip. Also why is the BACKUP using /sbin/dump and RESTORE
using gzip?????
Thanks in Advance.
Andrew