Hi, Chris! > Well, those are both interesting, but don't get me anywhere right now. > > I know it can be done, I just don't know what it takes to do it. > > ... > > I'd even be willing to tangle a little with source code, as long as it > didn't get too messy and someone could point me to it with enough > detail. Or, I wonder if it could be as simple as going into Makefile and > changing "DUMP=/usr/sbin/ufsdump" to something else?
Well, let's just look at the FreeBSD patch, shall we? ;-) http://www.freebsd.org/cgi/cvsweb.cgi/ports/misc/amanda-server/files/extra-patch-sendbackup-dump.c?rev=1.2&content-type=text/x-cvsweb-markup Looks like just client-src/sendbackup-dump.c is patched and at least for dump on FreeBSD you simply need to add the "L" option to the "dumpkeys" string. Line 378 and below. Probably it's the same option for ufsdump on Solaris. HTH, Patrick M. Hausen Leiter Netzwerke und Sicherheit -- punkt.de GmbH * Vorholzstr. 25 * 76137 Karlsruhe Tel. 0721 9109 0 * Fax 0721 9109 100 [EMAIL PROTECTED] http://www.punkt.de Gf: Jürgen Egeling AG Mannheim 108285
