I want to restore a filesystem from some amanda holding disk chunk files:

-rw-------   1 backup   backup   2147385344 Apr 20 04:04 mmri1001._2.0
-rw-------   1 backup   backup   2147385344 Apr 20 04:17 mmri1001._2.0.1
-rw-------   1 backup   backup   1540063232 Apr 20 04:30 mmri1001._2.0.2

So, I need to do something like this:

cat mmri1001._2.0* | amrestore -p - mmri1001 /2 | tar tf - |p

but as far as I know, amrestore does not support reading from standard
input as the tape device.  This may be a useful feature to add to
amrestore.

Anyone have any suggestions for a simple way to accomplish this?

--
Todd Pfaff                         \  Email: [EMAIL PROTECTED]
Computing and Information Services  \ Voice: (905) 525-9140 x22920
ABB 132                              \  FAX: (905) 528-3773
McMaster University                   \
Hamilton, Ontario, Canada  L8S 4M1     \



Reply via email to