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