- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar doesn't back up long file names
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
Forums
Discussions
Discussions
Discussions
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
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
10-11-2002 09:52 AM
10-11-2002 09:52 AM
tar doesn't back up long file names
Can you help me, please ?
Regards,
Augusto
- Tags:
- tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 10:11 AM
10-11-2002 10:11 AM
Re: tar doesn't back up long file names
# man 4 tar
says you can have pathnames up to 256 chars and the "N" option is default behavior. Have you got the latest "tar cumulative" patch installed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 10:13 AM
10-11-2002 10:13 AM
Re: tar doesn't back up long file names
I think you are using a long argument , I would suggest that you try
tar cvf /dev/rmt/0m ` cat a`
where file a has the list of the files which ened to be backed up.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 10:17 AM
10-11-2002 10:17 AM
Re: tar doesn't back up long file names
tar cvf teste `cat a` doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2002 02:17 PM
10-12-2002 02:17 PM
Re: tar doesn't back up long file names
Get GNU's tar:
get and install these depot's in this order:
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.11.5/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/
live free or die
harry