[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:53:00 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>
>"man tar" will show you that
>tar -cfz file.tar.gz whatever
>will do what you want...
>- --
>Bruce Timberlake
>
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.1 (GNU/Linux)
>iD8DBQE+QIVvvLA2hUZ9kgwRAtsQAJ9YCnHjvZmBus5+5z9mGRhCbbvRaQCcDTvk
>cZ8yLavBfaV1ukQUytd/fZw=
>=2sdd
>-----END PGP SIGNATURE-----
When I did tar -cfz file.tar.gz dirname received this error
[root site8]# tar -cfz backupFeb5.tar.gz web
tar: backupFeb5.tar.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
it doesn?t compress
I want to backup not to expand
regards