multiCD 1.7.5 review

Download
by rbytes.net on

multicd has a fairly large number of options

License: GPL (GNU General Public License)
File size: 21K
Developer: Dan Born
0 stars award from rbytes.net

multicd has a fairly large number of options. It can be configured to run in a variety of ways. Here are some of the more interesting features:

multicd can run in an interactive or non-interactive mode.

Interactive mode assumes that you will be burning more than one disc. You tell multicd which files to backup, and it will prompt you to insert a disc each time it is ready to burn a new one.

Non-interactive mode copies the files to an image file, and then burns just a single CD. It assumes you have left a CD in your burner. This is useful if you want to call multicd from a script or a cron job.

multicd can be configured to run in a multi-threaded mode. If your machine can handle it, you can burn one CD image while another image is having the next set of files copied to it. This option can be disabled on slower machines.

Since non-interactive mode burns only one CD, multi-threading is only used in interactive mode. When running with this feature enabled, it's best to redirect stderr somewhere. I send the output of cdrecord, along with some other status information, to stderr.

When cdrecord is running in the background at the same time as the main process, their output will overlap. I usually do something like:

multicd 2> err
and then in another terminal I do:
tail -f err
so that I can watch the progress of cdrecord.

Selecting which files to backup is simple and powerful. For example, you can tell it to backup / (everything), but have it exclude certain sub directories like /tmp /dev /mnt /usr/tmp /proc, etc.

It only backs up regular files, directories, and symlinks. All other files are automatically skipped. Also, if there is a problem reading a file because of permissions or whatever, it is automatically skipped. A warning is printed to standard error whenever a file is skipped.

multicd can be configured to run in a mode where it simply creates a series of image files, without burning anything to discs. Some people find this useful if they want to burn the CDs later.

This was developed on Linux, but should run fine on any Unix-like system.

multiCD 1.7.5 search tags