3. Free Software Lab, NCHC, Taiwan 3
孫振凱 (Ceasar Sun)
●
現職 國家高速網路與計算中心 副研究員
●
學歷
– 中山大學資訊管理研究所
– 彰化師大數學系
●
經歷
– DRBL/Clonezilla 課程講師 / 叢集環境計算課程講師
– K12 自由軟體課程講師
– 2008 年行政院傑出科技貢獻獎得主
– 2008 年黃金企鵝獎得主
– 2009 年開放原始碼創新應用開發大賽得主
●
參與專案
– DRBL/Clonezilla/DRBL-winroll/Tux2live/Tuxboot/Clz-BD
●
其他
– Red Hat Certified Engineer (RHCE): Red Hat Enterprise Linux 4. October 15, 2006
– Network Security Packet Analysis Class C, 網路封包互動判讀 , 1-14, August 2006
– Principles of Project Management (36PDU) 專案管理法則 , November 24-December 3, 2008
4. 4
自由軟體實驗室 (Free Software Lab)
Taiwan image source: wikipedia.org
From Taiwan, working for the NPO NCHC (National
Center for High-Performance Computing)
Developers of the free software DRBL, Clonezilla and
more...
Maintenance of mirror sites:
– Linux/packages mirror : http://free.nchc.org.tw
– OSM cache server, OSDN, ..
15. 15
備份即服務 (Backup as a Service) - 伺服器端
● BaaS server
– Server provides one of the following service
● WebDAV
● SSHFS
● CIFS
● NFS
● OpenStack Swift
● Amazon S3
● FOSS solutions:
– GNU/Linux + Apache WebDAV/SSHFS/CIFS/NFS
– OwnCloud
– FreeNAS
– OpenStack Swift
– ...
16. 16
備份即服務 (BaaS) - 用戶端 ( 互動式 )
● Clonezilla live >= 2.4.2-10
– Boot Clonezilla live on the machine you want to backup
– Configure network connection
– Choose image repository:
● SSHFS
● CIFS
● NFS
● WebDAV
● S3
● Swift
– Choose encryption
● Not ready for S3 &
Swift
17. 17
備份即服務 (BaaS) - 用戶端 ( 自動化 )
●
Clonezilla live >= 2.4.2-10 ,
– 以備份至 WebDAV 為例
– Pre-seed configuration in the boot parameters, e.g:
● locales=zh_TW.UTF-8
● keyboard-layouts=NONE
● ocs_prerun1=”dhclient -v eth0”
● ocs_prerun2=”ocs-tune-conf-for-webdav”
● ocs_prerun3=”mount -t davfs -o noexec
http://webdav.server:8080/share/ /home/partimag”
● ocs_live_run=”ocs-sr -q2 -j2 -z1p -enc -p true savedisk
myimg sda”
//NOTE// volume size is based on the free memory due to
davfs2 cache mechanism limitation.
32. 32
Developers
● Steven Shiau
● K. L. Huang
● Ceasar Sun
● Jazz Wang
● Thomas Tsai
● Jean-Francois Nifenecker
● Louie Chen
● Nagappan Alagappan
33. 33
Language file contributors
● English (en_US): Dylan Pack.
● German (de_DE): Michael Vinzenz.
● Hungarian (hu_HU): Greg Marki
● Spanish (es_ES): Juan Ramón Martínez and Alex Ibá?ez López.
● French (fr_FR): Jean-Francois Nifenecker and Jean Francois
Martinez.
● Italian (it_IT): Gianfranco Gentili.
● Japanese (ja_JP): Akira Yoshiyama and Annie Wei.
● Brazilian Portuguese (pt_BR): Marcos Pereira da Silva Cruz.
● Russian (ru_RU): Anton Pryadko and Igor Melnikov.
● Slovak (sk_SK): Ondrej Dzivy Balucha
● Turkish (tr_TR): ?mer YILDIZ
● Simplified Chinese (zh_CN): Zhiqiang Zhang and Liang Qi.
● Traditional Chinese (zh_TW): T. C. Lin.
34. 34
Partners
● The following companies either embed Clonezilla in
their products or promote Clonezilla:
– Linmin
– eRacks Open Source Systems
– Miracle Linux
35. 35
● Server side:
– WebDAV, provided by the running Ubuntu 14.04 system with
enabled Apahce2 WebDAV
– URL: http://192.168.56.1/share/
● Client side:
– Use Clonezilla live to 2.4.5-23 with preseeded boot parameters
to save a local disk as an image
● locales=en_US.UTF-8 keyboard-layouts=NONE
● ocs_prerun1=”dhclient -v eth0”
● ocs_prerun2=”ocs-tune-conf-for-webdav”
● ocs_prerun3=”mount -t davfs -o noexec
http://192.168.56.1/share/ /home/partimag”
● ocs_live_run=”ocs-sr -q2 -j2 -z1p -enc -p true savedisk
myimg sda”
Demo - Save an image to WebDAV