[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 19:26: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>
>take a look at #tar --help
>you'll see that the v stands for verbose,
>-v, --verbose verbosely list files processed
>So the command would be something like...
>tar -cf backupufile.tar somedir
>Paul ASI
>sig--
>Developers of www.ourfaqsite.com
>Your faqs are your own business
Thanks, now there is any way to create in 1 steep a tar.gz ? without to
do tar -cf file.tar somedir
And
Gzip -cr9 "CANTREMEMBER" file.tar
???
Thanks in advance