ESXI 6.7 MKSbackup-ESXI備份方案
(CentOS 版)
本文說明如何在 CentOS Linux release 7.6.1810 (Core) 上安裝並設定 MKSBackup 與 ghettoVCB,以便對 ESXi VM 進行排程備份。
1. 建立 CentOS VM
安裝一台 CentOS 7.6.1810 (Core) 虛擬機器。
2. 安裝 pip 與必要套件
參考:Packaging Python
# 為 Yum 增加 EPEL 套件庫
sudo yum install epel-release -y
# 安裝 Python
...
shyit.hashnode.dev2 min read