pmg-docs/pmgbackup.1-synopsis.adoc
2018-01-31 14:02:21 +01:00

48 lines
909 B
Plaintext

*pmgbackup* `<COMMAND> [ARGS] [OPTIONS]`
*pmgbackup backup* `[OPTIONS]`
Backup the system configuration.
`--statistic` `<boolean>` ('default =' `1`)::
Backup statistic databases.
*pmgbackup help* `[OPTIONS]`
Get help about specified command.
`--extra-args` `<array>` ::
Shows help for a specific command
`--verbose` `<boolean>` ::
Verbose output format.
*pmgbackup list*
List all stored backups (files named proxmox-backup_{DATE}.tgz).
*pmgbackup restore* `--filename <string>` `[OPTIONS]`
Restore the system configuration.
`--config` `<boolean>` ('default =' `0`)::
Restore system configuration.
`--database` `<boolean>` ('default =' `1`)::
Restore the rule database. This is the default.
`--filename` `pmg-backup_[0-9A-Za-z_-]+\.tgz` ::
The backup file name.
`--statistic` `<boolean>` ('default =' `0`)::
Restore statistic databases. Only considered when you restore the 'database'.