FiFiWiki2

FiFiWikiの第2版

ユーザ用ツール

サイト用ツール


raspberry_pi:セットアップ

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン 両方とも次のリビジョン
raspberry_pi:セットアップ [2017/10/18 12:13]
fifi [日本語キーボードへの変更]
raspberry_pi:セットアップ [2017/10/19 11:53]
fifi [Rasberry Piでrpi-cloneを使ってバックアップ]
ライン 255: ライン 255:
 ``` ```
  
 +[年末なのでRaspberry Piも手入れをしましょう 〜 UpdateとBackup 〜](
 +https://​qiita.com/​tsukaman/​items/​240888d360cc58ac2a04)
  
 +どうも[rpi-clone](https://​github.com/​billw2/​rpi-clone)がよさそう。オプションをつければ対話なしでいけそう。
  
 +```
 +$ git clone https://​github.com/​billw2/​rpi-clone.git ​
 +$ cd rpi-clone
 +$ sudo cp rpi-clone rpi-clone-setup /​usr/​local/​sbin
  
 +$ rpi-clone sda -f2
 +```
  
 +```
 +# sudo apt-get install -y postfix (いらないはず)
 +
 +
 +sudo crontab -e
 +毎日朝5時に実行
 +0 5 * * * sudo rpi-clone sda -q
 +
 +sudo /​etc/​init.d/​cron restart
 +```
raspberry_pi/セットアップ.txt · 最終更新: 2017/11/19 10:34 by fifi