]> git.proxmox.com Git - pmg-docs.git/blame - pmgbackup.1-synopsis.adoc
add SSL ceriticate generation doc
[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
11
12
13
14*pmgbackup help* `[<cmd>]` `[OPTIONS]`
15
16Get help about specified command.
17
18`<cmd>`: `<string>` ::
19
20Command name
21
22`--verbose` `<boolean>` ::
23
24Verbose output format.
25
26
27
28
29*pmgbackup list*
30
31List all stored backups (files named proxmox-backup_{DATE}.tgz).
32
33
34
35*pmgbackup restore* `--filename <string>` `[OPTIONS]`
36
37Restore the system configuration.
38
39`--config` `<boolean>` ('default =' `0`)::
40
41Restore system configuration.
42
43`--database` `<boolean>` ('default =' `1`)::
44
45Restore the rule database. This is the default.
46
47`--filename` `pmg-backup_[0-9A-Za-z_-]+\.tgz` ::
48
49The backup file name.
50
51`--statistic` `<boolean>` ('default =' `0`)::
52
53Restore statistic databases. Only considered when you restore the 'database'.
54
55
56
57