ufsdump using compress

From: rmck (rmckeever@earthlink.net)
Date: Wed Dec 10 2003 - 13:20:23 EST


Hello

I have a ufsdump script that is piped through ssh, then compressd and piped to dd:

client> usr/sbin/ufsdump 0ufb - 126 $filesystem | /usr/local/bin/ssh -T -o "IdentityFile2 $key" backuphost | /bin/compress -c | /bin/dd of=/dev/rmt/1ln obs=63k

This works fine...

My question is how do I read the ufsdump off of the tape later??
Before I added the compressed option I could just do ufsrestore -ivf /dev/rmt/1ln.

Thanks,
Rob
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:27:40 EDT