Hi, I've been backing up my main server with amanda for some time, and recently I've upgraded the machine, and reinstalled the OS and software. The box in question is running Debian Woody, with XFS filesystems, and amanda 2.4.2p2 (I rebuilt the package, to make sure it found xfsdump). All of my filesystems are coming up with strange dump summaries:-
/-- castor sda5 lev 0 STRANGE sendbackup: start [castor:sda5 level 0] sendbackup: info BACKUP=/sbin/xfsdump sendbackup: info RECOVER_CMD=/sbin/xfsrestore -f... - sendbackup: info end | xfsdump: using file dump (drive_simple) strategy | xfsdump: version 3.0 - Running single-threaded | xfsdump: level 0 dump of castor:/root | xfsdump: dump date: Thu Sep 19 23:10:53 2002 | xfsdump: session id: e93d1cfc-888b-44a4-9f0a-7bd1571bd36b | xfsdump: session label: "" | xfsdump: ino map phase 1: skipping (no subtrees specified) | xfsdump: ino map phase 2: constructing initial dump list | xfsdump: ino map phase 3: skipping (no pruning necessary) | xfsdump: ino map phase 4: skipping (size estimated in phase 2) | xfsdump: ino map phase 5: skipping (only one dump stream) | xfsdump: ino map construction complete | xfsdump: estimated dump size: 10547520 bytes | xfsdump: /var/lib/xfsdump/inventory created | xfsdump: creating dump session media file 0 (media 0, file 0) | xfsdump: dumping ino map | xfsdump: dumping directories ? sh: /sbin/sed: No such file or directory | xfsdump: dumping non-directory files | xfsdump: ending media file | xfsdump: media file size 8950880 bytes | xfsdump: dump size (non-dir files) : 8598056 bytes | xfsdump: dump complete: 2 seconds elapsed | xfsdump: Dump Status: SUCCESS sendbackup: size 8742 sendbackup: end Looking through this, the only thing I can see wrong is the reference to sed. My old machine had sed in /bin, not /sbin, as does the new one. Can anyone tell me what's causing the problem? Mike.