以前のリビジョンの文書です


—— バックアップ&リストア ——

リストア
$ df -h (デバイスを確認)
$ diskutil umount /dev/disk2s1
$ sudo dd bs=1m of=/dev/rdisk2 if=./ file.img (★rdiskを指定)

(gzip -dc < cent5.5.img.gz | dd of=/dev/sda6

バックアップ
$ df -h (デバイスを確認)
$ ls /Volumes/UNTITLED/
$ diskutil umount /dev/disk2s1
$ sudo dd bs=1m if=/dev/rdisk2 of=./rpi-xx-softether-openvpn-local-eth0.img
$ diskutil eject /dev/disk2s1

※macのDDでctrl+Tを押すと進捗表示

参考:
http://wiki.stocksy.co.uk/wiki/Raspberry_Pi_Setup

raspberry_pi/0010backuprestore.1499307234.txt.gz · 最終更新: 2017/07/06 02:13 by admin
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0