Hi,
I'm backing up active filesystem using ufs snapsshot and metaonline/offline for
mirrors in Solaris.
Hopefully this gives you some ideas how to proceed.
define script-tool fssnap-script {
comment "snapshot wrapper"
plugin "fssnap-script"
property "FSSNAP-WRAPPER" "/etc/opt/amanda/metaonline_snap.sh"
execute_on pre-dle-backup,pre-dle-amcheck,post-dle-backup
execute_where client # or client
}
define dumptype snap-dump {
comp-root
compress client custom
client_custom_compress "/usr/local/bin/pigz"
script "fssnap-script"
auth "bsdtcp"
}
>I am thinking of backing up some DLEs that are fairly active from a snapshot
>rather than from the filesystem directly. I looked for documentation on doing
>this but could find none, nor any HowTo's.