Go to advanced search

by thawn
Mon Dec 01, 2014 2:49 pm
Forum: Advanced users
Topic: Backup and Restore: Long and Quick way
Replies: 5
Views: 12397

Re: Backup and Restore: Long and Quick way

Wouldn't it be much quicker to use rsync to copy the actual files once you have restored the MBR and recreated the filesystem? Assuming your source is /dev/sdc and your destination is /dev/sdd: sudo dd if=/dev/sdc of=/dev/sdd bs=512 count=1 eject and plug /dev/sdd back in sudo mkfs.vfat -F 16 /dev/s...

Go to advanced search