On Thu, Mar 27, 2003 at 03:30:04AM -0600, Aaron Wohl wrote:
> How can I convince the amanda backup system to use -L when running dumps
> so it can take advantage of using snapshots?   I checked all the amanda
> web man pages abd FAQ system but didnt see anything on snapshoting or
> giving extra options to dump.

How about putting this short wrapper in amanda's path?

#!/bin/sh
exec dump -L ${1+"$@"}

-- 
Joshua Goodall
[EMAIL PROTECTED]             "Your object hit ratio is weak, old man"
"If you cache me now, I will dump more core than you can possibly imagine"
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to