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 |