View Single Post
Old 2nd June 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

I have a script, yes, but the meat of it is nothing more than something like:
Code:
dump -$level -auf - $filesystem | gzip | \
ssh user@server "cat > /path/to/$file.$level.dump.gz"
I'll send it to you when I'm not behind a customer's firewall.
Reply With Quote