I have several DVDs worth of projects that I would like to backup to DVD. I would like to see a coding snack that can sort (grouped by folder) files into multiple folders of a fixed max-size, in a way that all folders all as full as possible. It would be excellent if I could specify the max-size of each output-folder to make it flexible (CD-R, DVD-r, or X MB etc.) It might exist already but I cannot come up with the right search query.
It's a little hard to explain so please see the example below. Say i've got the following projects:
- Project a: 100mb
- Project b: 10mb
- Project c: 60mb
- Project d: 40mb
- Project e: 20mb
- Project f: 120mb
Now I want to back them up on my special 150MB discs, what projects should I put on which disc to use the least amount of discs?
I'd run the program and it would move the folders around the output could be:
Folder '01': project b,e,f (150mb)
Folder '02': project a,d (140mb)
Folder '03': project c (60mb)
What do you think? Thanks for your time, Sander