Installation

Installation

You can easily install GoBackup because it's a single binary file.

Quick install

curl -sSL https://gobackup.github.io/install | sh

This command can install or upgrade GoBackup.

After that, GoBackup has been installed to /usr/local/bin/gobackup, you can run gobackup command everywhere.

Homebrew

brew install gobackup
$ gobackup -v
GoBackup 2.0.0

Install special version

If you want install special GoBackup version, you can run CURL script like this:

curl -sSL https://gobackup.github.io/install | sh -s -- v1.6.5

Other platforms

https://github.com/gobackup/gobackup/releases (opens in a new tab)