Slashdot Mirror


Backups to CD-R?

Lumpish Scholar asks: "Backups are important, so we should tell our friends and family to buy a bunch of CD-Rs and...what? The operating system most of them are stuck with comes with backup software, but 'Windows Backup Does Not Back Up to CD-R, CD-RW, or DVD-R Devices (this behavior is by design). I've looked in the obvious places, but nothing comes across as better than adequate. There's got to be something that can do full or incremental backups (which in part means keeping track of what's already been backed up), that can back up files bigger than a single CD-R, and that's relatively fast and easy. What have you used to solve this problem, for yourself or others, for Windows or for better operating systems?"

7 of 106 comments (clear)

  1. Could be worse by skinfitz · · Score: 3, Insightful

    Mac OSX has no backup at ALL. (ditto doesn't count).

    If you spring for '.Mac' you get a crappy buggy backup program, however by default the OS has no backup mechanism whatsoever aside from copying files.

    Yes OSX is essentially BSD but you can't even simply use tar as it won't store the weird resource fork data from the HFS+ filing system.

    About the simplest way to do it is using DiskUtility to make a virtual disk image and copy data into that using ditto, however this is rather longwinded and a simple Apple supported backup utility supplied with the OS would be greatly appreciated.

  2. Keep it simple by Masa · · Score: 2, Insightful

    Just put everything under one folder (for example "%USERPROFILE%\My Documents") and right-click the folder and just "send-to" to the CD Burner (at least under Windows XP). Shouldn't be hard to burn the whole directory hierarchy once in the while. I think this should be enough for majority of the home users who cannot figure out themselves, how to create more sophisticated backup scripts.

  3. Re:you know by Anonymous Coward · · Score: 0, Insightful

    Hmmm... perhaps because Microsoft gets enough flak as it is for bundling unthinkable applications like a web browser and media player?

  4. Re:Use Norton Ghost by BrookHarty · · Score: 2, Insightful

    Mod this up, Ghost has been the best backup for some time...

    Myself, I just rar up My Documents with a recovery file and burn to CD. In fact, I rar up 700 meg sized files if I need to split over cds, and make the thing self extractable. Just put in the first cd and go. I'd use DVD, but after numerous dvd-/+r's, I still sometimes get coasters, I havnt had coasters on CD's in years.

    Now for incremental backups, youre looking into costly software. Enough cost, it might be cheaper to pick up a USB HD.

    I just wish I could back up 200+ gig HD's to disc of some kind. Make it easier to store, multiple copies, and free the hd's up for other use.

  5. Re:you know by cgenman · · Score: 3, Insightful

    Probably because Windows XP's inherent burning system isn't as well hooked into the OS as HDD-based removable media. They just got the whole CD-as-floppy paradigm with XP, and it doesn't exactly work right yet. Go ahead, try to save this page to your CDR drive.

    Didn't work, did it? Explorer is doing all kinds of fancy footwork to make it appear as if you're copying files onto the drive, then burning them, when under the hood you're just copying to a local cache on drive C.

    Essentially, their CDR implementation is incomplete, and therefore it would be a pain to implement full backup to it. Add to that file splitting and management, and why not just hold off on that feature until Longhorn.

  6. Try Acronis. by Futurepower(R) · · Score: 3, Insightful


    For full image backups, try Acronis. Symantec learned customer care from Microsoft, it appears.

    With Acronis, you can make a full system drive backup of Windows XP while Windows is running.

    Last time I checked, Ghost was VERY quirky.

    --
    U.S. Gov.: Borrowing money to kill Iraqis. 140 billion borrowed. With interest, you pay 200 billion.

  7. Re:simple, non-incremental stuff by angle_slam · · Score: 2, Insightful

    The AskSlashdot question was for a simple backup method that can be used by (presumably non-tech) friends. Booting linux and using "tar, cdredord, stdin, and a huge buffer" is probably too much for the typical user who just wants to save his emails and photos.