- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TAR problem
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
04-04-2002 04:21 AM
04-04-2002 04:21 AM
TAR problem
I??m having problems during a backup using the TAR command. I??m sharing some directories using samba and when I try to backup these directories some files show this message: "File shrank by 144896 bytes; padding with zero /usr/example.doc". Despite of it a can open the file with no problems. Any suggestions to sove it ?
Cheers,
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 04:45 AM
04-04-2002 04:45 AM
Re: TAR problem
Hi,
This could be a question of "sparse files"
Sparse files can be created in HP-UX to save
space when a file contains large amounts of
null data. When a sparse file is copied with
tar blocks of zeros unallocated in the original file will be written.
regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 04:48 AM
04-04-2002 04:48 AM
Re: TAR problem
Backing up files that are open will cause this issue. To eliminate the issue, either stop samba, or mirror the disks/split them/mount them/backup the "mirrored" copy/remirror them.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 04:54 AM
04-04-2002 04:54 AM
Re: TAR problem
HP tar or Gnu Tar
This is caused by sparse files .
Do not recommend tar as a useful backup.
Use fbackup.
frecover is ok with sparse
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 07:35 AM
04-04-2002 07:35 AM
Re: TAR problem
This is something to do with sparse files .
Look at :
http://www-gnats.gnu.org:8080/cgi-bin/info2www?(tar)sparse
for more explanations . My best bet is to use some other backup utility or load GNU TAR in case you dont have that and use -S option.
Manoj Srivastava