2016年9月28日

使用網路還原bpi img

想到一個問題,每次都要下載zip再使用bpi-copy來還原,那有沒有可能使用ftp server直接還原呢?記錄一下
安裝套件curlftpfs
#apt-get install curlftpfs

使用指令:
#curlftpfs -o allow_other ftp-user:ftp-pass@my-ftp-location.local /mnt/my_ftp/


筆者做法(把資料夾mount 到test資料夾中):
 
$sudo -s
#cd
#curlftpfs -o allow_other ftp://163.20.XX.XX/ftp/bpi-m2p test
#bpi-copy test/bpi-m2p-ubuntu1604-1050921.zip /dev/sdb
 
這樣就不用下載zip檔後再還原了。
同理android系統如果要還原也可以使用此一方法,直接還原emmc中的系統了。
bpi系統還原解決了一大部分了。
 

沒有留言: