copying large file to 2CDs

How can you split a large file, say 850 MB, into two parts so that you can save it to CD? Assume it cannot be compressed to a smaller size. :smack:

Use a backup utility that will recognize when the end of the storage media has been reached, and prompt you to insert another disc. I am unable to recommend such a utility, but I’m sure somebody will be along shortly who can.

The latest version of zip (www.winzip.com) will break up a large zip file to any sizes you like, I think it has an option to automatically break them up to CD-R sized chunks. They call it “spanning”, brought over from the old days when people would “span” onto floppies.

Afterthought: Go to www.download.com and search for “backup” in downloads. There is at least 1 feeebie I see that claims to be able to backup your whole hard drive to CD-RWs.

Alternatively, you could always invest in a DVD writer. :smiley:

I found a program, 30 day trial, from Willow Creek called WCbackupCD that will do the job. If happy with it I will buy the licence. Thanks all.

      • The previous versions of WinZip had a lame-a$$ spanning function: you could only span a group of small files across floppies, only if every file in the group was smaller than ~1.3 megs. It couldn’t span a single 7-meg file across multiple floppy disks, for example, and it only spanned directly to floppies–not to HD at all, so you had to stick a bunch of floppies in one by one as it filled them up, and then re-copy the floppies back to your HD if you wanted the files there. It was not very useful, really. If the newer version is limited the same but “super-sized” to handle CD-R’s, 2-L with it.
  • WinRar does not have this limitation: you can create a multi-volume archive, and specify any size volumes you want, and save to anywhere you want. It can split a 30-meg file into 1-meg volumes, 5-meg volumes, 10-meg volumes or any other file size you need, and save directly to your HD. It can produce self-extracting archives and the compression is also selectable from a few different levels, and worked better (produced a smaller file size) but ran way slower on high compression than WinZip did.
    ~

Or just use Nero, it comes with cdwriters & select HD backup & then the file/directory you want & it lets you know how many cds you need.

Alternately, you can use a simple splitter utility.
MasterSplitter is a shareware (nag screen) one, but I’m sure that there are freeware splitters.

Just tell it the size of the pieces and it will split it for you. It even gives you a little “.bat” file that reassembles the pieces without extra software on the target machine.

      • WinRar = teh bettar. :slight_smile: To extract self-extracting volumes, you only need all the volumes in the same directory of a writeable drive, and to double-click on the first one. The files are labelled indicating how many are in the series, such as “vacation_movie_01of12.rar” You do need all of the volumes to extract any of them, however. Else it just errors out & stops when it fails to find the first missing volume.
        ~

Yeah, but ya need WinRar. If you lose the batch file, I’ll give you a hint. It’s “copy file1.bla+file2.bla+file3.bla+file4.bla file.bla” :slight_smile:

Remember with WinRar to put the version of it you compressed your files with on the cd too if you can, cause some files only open with the version you compressed it with.

      • You only need WinRar to create the self-extracting archive – not unzip it. To un-compress it, one just double-clicks on the first file in the series.
        …?
  • Well, on a Windows OS anyway, I dunno about on Linux or Mac… --And another bad thing I found about (earlier version) WinZip is that it will not zip two files of the same name, even if they are in different directories. WinRar will. And WinRar seems to unzip anything that WinZip can.

If you use a compressing program to compress its own files, does it become infinitely small? <:o
~

I use a little program called SplitJoin. It’s only 30kb so you can easily burn a copy onto the cd along with your file. It splits a file into as many pieces as you want and any size you want. It then makes a small (1kb) checksum file for ensuring the copies were split correctly. I’ve found that small, efficient programs without extraneous features are much more useful then do-it-all type programs, especially when you just want that one feature.

Google for ‘SplitJoin’ or email me and I’ll send you a copy. Hope that helps.

Forgot to mention but SplitJoin is completely free (I hate nag screens). Plus, you wouldn’t have to deal with all the problems of zipped files that have been mentioned in this thread.

PS I’ve found WinRar to be far superior to WinZip. Just seemed to be more intuitive.

<Semi OT>
One nice thing about split files is any Unix-like OS (Linux, Mac OSX, etc) can just put the pieces back together with ‘cat’ (‘cat $file1 $file2 $file3 > $whole_file’)
</Semi OT>

Likewise, any Unixish OS can do the splitting with no more than dd.

I love dd.

ahem…

copy \b file1.bla+file2.bla+…

The \b makes a world of difference :slight_smile:

True dat. My text file is A-ok tho. :smiley: