Wojciech Puchar
Wed, 27 Aug 2008 02:11:52 -0700
Some days ago I have done a dump of my /usr file system with: # dump -0auL -P "ssh [EMAIL PROTECTED] 'gzip -c > dumpsRebelion/usr.dmp.gz'" /usr
why not dump -0auL -P /usr |gzip -c"ssh [EMAIL PROTECTED] 'cat > dumpsRebelion/usr.dmp.gz'" ?
the DUMP ended fine with no errors; today I try to reload certain directory with: $ restore -xv -P "ssh [EMAIL PROTECTED] 'gzip -dc dumpsRebelion/usr.dmp.gz'" ./home/guru/myThings/Espanol/diario2008
should't be -xvf - ? _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"