Feb 1, 2004 #1 chesterc MIS Mar 11, 2002 5 CA i'm trying to restore a file off my tape backup. The file is over 2 gb. Tar won't extract the file since it has a 2 gb limitation. Any ideas?
i'm trying to restore a file off my tape backup. The file is over 2 gb. Tar won't extract the file since it has a 2 gb limitation. Any ideas?
Feb 1, 2004 #2 xmario2013 IS-IT--Management Feb 1, 2004 285 US have you tried winrar http://www.rarlab.com/otherfmt.htm is this some file have extension tar ? or do you mean the archival program ? Upvote 0 Downvote
have you tried winrar http://www.rarlab.com/otherfmt.htm is this some file have extension tar ? or do you mean the archival program ?
Feb 1, 2004 Thread starter #3 chesterc MIS Mar 11, 2002 5 CA i'm using Aix 4.3.3. Tar is the program used to create the archive. I'm just having a bit of problem extracting the file off my archive. I used "tar xvf filename" to extract but it failed. I've set the ulimit to unlimited but that didn't help at all. Is there a way for me to use tar to extract and compress the file at the same time? Thanks in advance. Upvote 0 Downvote
i'm using Aix 4.3.3. Tar is the program used to create the archive. I'm just having a bit of problem extracting the file off my archive. I used "tar xvf filename" to extract but it failed. I've set the ulimit to unlimited but that didn't help at all. Is there a way for me to use tar to extract and compress the file at the same time? Thanks in advance.
Feb 2, 2004 #4 comtec17 Vendor Jun 18, 2002 2,338 US Have you tried to use the split command? Upvote 0 Downvote
Feb 2, 2004 Thread starter #5 chesterc MIS Mar 11, 2002 5 CA I haven't tried the split command yet. Care to show me how to use the split command in conjunction with tar. Say for example, my tape is on /dev/rmt1 the file on the tape is... /dsk1/filename Upvote 0 Downvote
I haven't tried the split command yet. Care to show me how to use the split command in conjunction with tar. Say for example, my tape is on /dev/rmt1 the file on the tape is... /dsk1/filename