[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] handling a .raq file
- Subject: RE: [cobalt-users] handling a .raq file
- From: Andy Brown <andy.brown@xxxxxxxxxxxxx>
- Date: Tue Aug 7 19:39:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>>I have come through this list sometime ago to a collection of scripts for
>>cobalt servers and one was to remove the headers of a .raq file (from RaQ
>>backup) converting it to a plain .tar file.
A .raq file is just a tar and compressed file, so what you can do is this:
tar zxvf file.raq
which will extract it just as if it was a .tar.Z file.
Andy Brown
Interv8 Ltd