]> git.proxmox.com Git - pmg-docs.git/blame - pmgbackup.1-synopsis.adoc
api-viewer: properly HTML encode properties
[pmg-docs.git] / pmgbackup.1-synopsis.adoc
CommitLineData
274b47fc
DM
1*pmgbackup* `<COMMAND> [ARGS] [OPTIONS]`
2
3*pmgbackup backup* `[OPTIONS]`
4
5Backup the system configuration.
6
7`--statistic` `<boolean>` ('default =' `1`)::
8
9Backup statistic databases.
10
b81b1f95 11*pmgbackup help* `[OPTIONS]`
274b47fc
DM
12
13Get help about specified command.
14
b81b1f95 15`--extra-args` `<array>` ::
274b47fc 16
b81b1f95 17Shows help for a specific command
274b47fc
DM
18
19`--verbose` `<boolean>` ::
20
21Verbose output format.
22
274b47fc
DM
23*pmgbackup list*
24
25List all stored backups (files named proxmox-backup_{DATE}.tgz).
26
274b47fc
DM
27*pmgbackup restore* `--filename <string>` `[OPTIONS]`
28
29Restore the system configuration.
30
31`--config` `<boolean>` ('default =' `0`)::
32
33Restore system configuration.
34
35`--database` `<boolean>` ('default =' `1`)::
36
37Restore the rule database. This is the default.
38
39`--filename` `pmg-backup_[0-9A-Za-z_-]+\.tgz` ::
40
41The backup file name.
42
43`--statistic` `<boolean>` ('default =' `0`)::
44
45Restore statistic databases. Only considered when you restore the 'database'.
46
47