Open Source Software


You can install and run s3fs latest version (tested on 1.73) on CentOS 5.5.

Run the following command, after reading the notes below: sfdisk -d /dev/sda | sfdisk /dev/sdb Notes: 1.

Use dd with low buffer size: dd if=/dev/sda bs=1k of=/dev/sdb conv=sync,noerror Notes: 1.

dd, while an excellent tool to back drive / partition images, copies entire hard drive including unused blocks and even bad blocks (where possible).

a. Use gzip An example command: dd if=/dev/hda1 bs=1k conv=sync,noerror | gzip -c | ssh -c blowfish user@hostname "dd of=filename.gz bs=1k" Notes: 1.
Older News
S M T W T F S
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
Copyright?? 2015 The Gaea Times