![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| bootable X86 dvd and flash archives | eeisken | SUN Solaris | 4 | 04-18-2008 05:36 AM |
| Unix Shell Archives | Visage | UNIX for Dummies Questions & Answers | 1 | 04-25-2007 10:59 AM |
| flash archives | BG_JrAdmin | UNIX for Dummies Questions & Answers | 1 | 12-25-2005 03:13 PM |
| Jumpstart and Flash Archives | rambo15 | UNIX for Advanced & Expert Users | 0 | 07-10-2005 03:31 PM |
| tar archives | sam_pointer | UNIX for Dummies Questions & Answers | 4 | 06-29-2001 06:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Off the top of my head I would say to try the command `split`. It allows you to break a file into chunks with a megabyte option. Might try something like : Code:
split -b 1000m SomeReallyBigTarFile.tar Of course, this only works if the tar is on a filesystem and not on tape. Of course, after I posted this response I got to thinking: "How would I recombine that split parts?" That's a good question and I am thinking about it.. Hmmmm..... |
|
|||||
|
Yea Auswipe, I thought of that too, but didn't offer it. It would be fairly easy to split out the file but hard to concatenate it later.
I think that you can span tapes for tar though. Try looking up info for spanning more than one tape... ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|