View Single Post

   
  #3 (permalink)  
Old 02-15-2008, 04:26 PM
Mattymumps
 
Posts: n/a
Default Re: How to make a system backup on a CD-RW ?

First of all, why would you want to do a system backup of whats on a laptop?
Surely you would be better to just backup the essential files you need.
But if you must try. The command to do a full system backup to CD would go
like:-
find / -print | cpio -ovcB > /dev/cd0

Hope this helps
Matthew
Reply With Quote