--- slideOptions: transition: slide --- ###### tags: `1072`,`LSA`, `Automatic`, `Backup` # 備份 >自動化與大量管理 需要自動化的工作、自動化的方法 <style>td{ }</style> <table> <tr> <td><img style="border-radius:25%;vertical-align:top;height:90px;width:90px;" src="https://scontent.ftpe11-1.fna.fbcdn.net/v/t1.0-9/59686643_2157276227726190_7362284225560576000_o.jpg?_nc_cat=111&_nc_ht=scontent.ftpe11-1.fna&oh=12715b69d5d79d7c95869a88defc3ed2&oe=5D744258"></img></td> <td><img style="border-radius:25%;vertical-align:top;height:90px;width:90px;" src="https://scontent-lax3-2.xx.fbcdn.net/v/t1.0-1/c0.53.320.320a/p320x320/25158003_1235431906601778_5826674952495151804_n.jpg?_nc_cat=106&_nc_ht=scontent-lax3-2.xx&oh=9018c49828bfe8747e87cdf4a7229429&oe=5D7484EA"></img></td> <td><img style="border-radius:25%;vertical-align:top;height:90px;width:90px;" src="https://scontent-lax3-2.xx.fbcdn.net/v/t1.0-9/18698268_10207060931882171_1875009754977930437_n.jpg?_nc_cat=107&_nc_ht=scontent-lax3-2.xx&oh=652030c4fc6c6fe70e08375962c823c7&oe=5D737FC7"></img></td> </tr> <tr> <td>李禹叡</td> <td>王俊傑</td> <td>覃融亮</td> </tr> </table> ---- ## Outlines: - 備份的重要性 - 完整、增額、差異備份的差別 - 硬碟(磁區)備份、FileSystem備份、檔案備份的比較 - dd + gzip + ssh - zfs snapshot - rsync & rclone - SHELL + crontab = save life - CI/CD: Gitlab(一條龍)\Drone --- # 備份的重要性 ---- Git = 備份? ---- <img style="height:50vh;" src="https://i.imgur.com/j3XwBrA.png"> --- # 完整、增額、差異備份的差別 --- # 硬碟(磁區)備份、FileSystem備份、檔案備份的比較 --- # dd + gzip + ssh Note: blablabla ---- `D`ata `D`uplicator `D`ata `D`estroyer --- # zfs snapshot --- # rsync & rclone --- # SHELL + crontab = save life --- # CI/CD: Gitlab(一條龍)\Drone ---