backup #

Start the backup process.

Usage #

backupr backup [OPTIONS]

dry #

Does not perform persistent steps in the backup process. It may, however, authenticate or connect to certain remotes, as well as create temporary files.

Alias: -d

backupr backup --dry

config #

Used to specify a different configuration file location.

Alias: -c

backupr backup --config "/custom/config/location.json"

verbose #

Prints out steps of the process. Helpful to understand and debug the backup contents and process.

Alias: -v

backupr backup --verbose

help #

Prints out the manual for this command.

Alias: -h

backupr backup --help

validate #

Validates a configuration file.

Usage #

backupr validate [OPTIONS]

config #

Used to specify a different configuration file location.

Alias: -c

backupr validate --config "/custom/config/location.json"

verbose #

Prints out steps of the process.

Alias: -v

backupr validate --verbose

help #

Prints out the manual for this command.

Alias: -h

backupr validate --help

schema #

Prints the JSON schema to the console. Useful if you can't use the online version.

Usage #

backupr schema

help #

Prints out the manual for this command.

Alias: -h

backupr schema --help