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

RE: [cobalt-users] Backing up with tar and gzip



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