mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 16 2006,15:18 |
|
Floppy backup:
Code Sample | dd if=/dev/fd0 of=/some/filename.img |
Floppy create:
Code Sample | dd if=/some/filename.img of=/dev/fd0 |
I assume you could do the same with /dev/sda1, but it's probably not necessary with the read-only base system (that would add 50mb of data to a backup). DSL has a builtin feature to backup your data, which can be used to make a backup on any writeable device.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|