Getting started on A tool for commands http://example.org/getting-started/index.html Recent content in Getting started on A tool for commands Hugo -- gohugo.io en-us Install Backy http://example.org/getting-started/install/index.html Mon, 01 Jan 0001 00:00:00 +0000 http://example.org/getting-started/install/index.html Binaries are available from the release page. Make sure to get the correct version for your system, which supports x86_64, ARM64, and i386. Source Install You can install from source. You will need Go installed. Then run: go install git.andrewnw.xyz/CyberShell/backy@master Once set, jump over to the config docs and start configuring your file. Config File Definitions http://example.org/getting-started/config/index.html Mon, 01 Jan 0001 00:00:00 +0000 http://example.org/getting-started/config/index.html Commands The commands section is for defining commands. These can be run with or without a shell and on a host or locally. See the commands documentation for further information. commands: stop-docker-container: cmd: docker args: - compose - -f /some/path/to/docker-compose.yaml - down # if host is not defined, cmd will be run locally host: some-host backup-docker-container-script: cmd: /path/to/script # The host has to be defined in the config file host: some-host environment: - FOO=BAR - APP=$VAR # defined in .