[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: "agility" <webmgr@xxxxxxxxxxxxxxxxxx>
- Date: Tue Feb 4 19:17:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Here I go:
>
> How can I create a file.tar.gz without seeing all the content of the
> file that is being created on the shell?
>
> I mean, I don?t want to see this
>
> 7¶Å!ò0@,%GJÂ<ë¹z £
> z4('X-Ù¥,ÌÆ8dahHîÂ
> ±a=eól/ÌAÐ ZBF^
> ÈFõ9&c{qØGa!¡[@8·óMé%ü`eh»0ãè'ÐíÉEQü!Pàæ0ßùþe,ÀÅæFE
> ´íuE2Ø ê~cXz°¡$^ð¤hÄ,@?(ÂÑ0÷¢ç±ÙôvÒ
>
> that was the output of the next command
>
> tar -cvf backupfile.tar dir
>
>
> I don?t want to see all that, there is any way?
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