Manual Installation
You have several options to install Backupman on your system.
Prebuilt binaries
You can download prebuilt binaries for your platform from the releases page.
tar xvf backupman-<version>.tar.gz
chmod +x ./backupman
./backupman version
Output
Version: x.x.x
Commit SHA: xxx
Build Date: xxx
Build from source
To build Backupman from source:
git clone https://github.com/heryTz/backupman.git
cd backupman
go build -o backupman
./backupman version
Output
Version: x.x.x
Commit SHA: xxx
Build Date: xxx