Description
multicd
multicd is a cool tool that gives you a bunch of options for burning CDs. It can be set up in different ways, making it super flexible. Let’s check out some of its neat features!
Interactive and Non-Interactive Modes
First off, multicd can run in interactive mode. This means if you're planning to burn more than one disc, you just tell multicd which files you want to back up. It will prompt you to pop in a new disc each time it’s ready to go.
If you prefer something simpler, there’s the non-interactive mode. This option copies your files into an image file and burns just one CD at a time. It assumes you've left a CD in your burner. This mode is perfect if you want to automate the process using scripts or cron jobs.
Multi-Threaded Mode
Another cool feature is the ability to run multicd in multi-threaded mode. If your computer can handle it, this lets you burn one CD image while another image is being prepared with the next set of files. Just keep in mind this feature might slow down on older machines.
The multi-threading only kicks in during interactive mode since non-interactive mode only burns one CD at a time. When using this feature, it's handy to redirect stderr somewhere else so you can keep track of what's going on while cdrecord runs in the background.
Monitoring Progress
I usually do something like:
multicd 2> err
This way, I can open another terminal window and use:
tail -f err
This lets me watch how cdrecord is doing its job live!
Selecting Files to Backup
Selecting files for backup with multicd is straightforward yet powerful. You could tell it to back up everything (like /), but easily exclude certain directories such as /tmp, /dev, /mnt, and others.
The great thing about multicd is that it only backs up regular files, directories, and symlinks—everything else gets skipped automatically! If there’s an issue reading a file due to permissions or other reasons, it'll skip that file too and let you know by printing a warning.
Create Image Files Without Burning
If you're not ready to burn right away but still want those images made? No problem! You can set multicd up just to create series of image files without burning any discs now—perfect for when you want to save them for later.
Compatibility with Unix Systems
This handy software was developed on Linux but should work smoothly on any Unix-like system. If you're interested in checking it out or downloading it now, head over here.
User Reviews for multiCD FOR LINUX 7
-
multiCD FOR LINUX offers versatile options for CD burning. The interactive mode is handy for backing up multiple discs efficiently.
-
Multicd is fantastic! The interactive mode makes backing up files so easy, and the multi-threading is a game changer!
-
I love multicd! Its flexibility in configuring backup options really suits my needs. Highly recommend it!
-
Absolutely brilliant app! The ability to exclude certain directories while backing up is incredibly useful.
-
Multicd has made my life so much easier. I can burn multiple discs seamlessly, and the performance is top-notch!
-
This app is a lifesaver! The non-interactive mode works perfectly for my scripts. Very reliable and efficient.
-
Five stars for multicd! It's straightforward to use, and I love that it runs smoothly on my Unix system.