[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Backing up with tar and gzip
- Subject: RE: [cobalt-users] Backing up with tar and gzip
- From: "José Luis Chafardet G." <joseluis@xxxxxxxxxxxxxxxx>
- Date: Tue Feb 4 20:00:01 2003
- Organization: DGTal Studios Information Communication & Design Integrated Solutions
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hash: SHA1
> "man tar" will show you that
>
> tar -cfz file.tar.gz whatever
>
> will do what you want...
Doh - that should be:
tar -czf file.tar.gz whatever
:)
Thanks it worked, now to untar it? tar -zxvf filename ?
Thanks in advance