LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Backuping my flashDrive (https://www.linuxquestions.org/questions/linux-newbie-8/backuping-my-flashdrive-459842/)

artois_val 06-30-2006 04:04 PM

Backuping my flashDrive
 
Hi, is that a good way to backup a flash drive ?

backup
dd if=/dev/sda of=myFlash.bin conv=notrunc,noerror

Restore :
dd of=/dev/sda if=myFlash.bin


Thx !

unSpawn 07-02-2006 05:52 AM

Depends what's on the CF drive. If it's just docs then AFAIK you gain nothing from a bit-by-bit copy and you could use your favourite archivers, if it contains say an O.S. with bootloader you do.


All times are GMT -5. The time now is 03:18 AM.