- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TAR command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2009 03:40 AM
тАО11-19-2009 03:40 AM
TAR command
when i am trying to
$ tar -czvf /backup/aaa/cb.tar.gz /home/oracle/scripts
tar: z: unknown option
tar: usage tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] [[-C directory] file] ...
what is the error....
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2009 03:44 AM
тАО11-19-2009 03:44 AM
Re: TAR command
Your tar version does not support the uncompress/unzip function.
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.22/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2009 03:55 AM
тАО11-19-2009 03:55 AM
Re: TAR command
at prasent which command i need to follow to take the backup in zip ....
Regards,
Ram.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2009 03:58 AM
тАО11-19-2009 03:58 AM
Re: TAR command
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2009 04:14 AM
тАО11-19-2009 04:14 AM
Re: TAR command
Less crude would be something like:
tar cvf - /home/oracle/scripts | \
gzip > /backup/aaa/cb.tar.gz
which, I believe, is essentially what GNU
"tar" does for "-z". Works with bzip2, too,
or any other filter-like compression program,
whether your "tar" program knows about it or
not.
Sometimes it pays to know how to do things
the old-fashioned way (before "-z" existed).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2009 12:38 AM
тАО11-20-2009 12:38 AM
Re: TAR command
but, common, we admins are lazy bastards, if i can replace a 20 char command with a single letter, i'm happy ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2009 03:32 AM
тАО11-20-2009 03:32 AM
Re: TAR command
I'm so lazy (or stupid) that I can barely
remember one way to do anything, so I try to
remember the one way which will work
anywhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 01:49 AM
тАО11-23-2009 01:49 AM