[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] handling a .raq file



>>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