skunkboy
02-28-2006, 10:14 PM
Being on a 5meg connection, I still have issues downloading a backup. My question....
I'm currently using: tar -cvjf [filename].tar.bz2 ./directory
I know about: split -b680m [filename].tar.bz2 [splitfile prefix]
I know with *nix it's possible then to run: cat [splitfile prefix]* > [filename].tar.bz2 to rebuild the file elsewhere
BUT... what could I do to have a split file config straight from tar? The issue is that I need to download and then rebuild on a Win machine (my laptop) because the *nix box I had, that I would just expand it on, now has a failed hard drive. Sure, I had a *nix box but only for storage; I'm not a guru by any means. Windows is having issues (either because of filesize or just the risk of issues downloading as big of a file as I'm needing) no matter what I try - winrar or 7zip opening the 5gb file in question.
I'm currently using: tar -cvjf [filename].tar.bz2 ./directory
I know about: split -b680m [filename].tar.bz2 [splitfile prefix]
I know with *nix it's possible then to run: cat [splitfile prefix]* > [filename].tar.bz2 to rebuild the file elsewhere
BUT... what could I do to have a split file config straight from tar? The issue is that I need to download and then rebuild on a Win machine (my laptop) because the *nix box I had, that I would just expand it on, now has a failed hard drive. Sure, I had a *nix box but only for storage; I'm not a guru by any means. Windows is having issues (either because of filesize or just the risk of issues downloading as big of a file as I'm needing) no matter what I try - winrar or 7zip opening the 5gb file in question.