@@ -37,24 +37,23 @@ It proposes the following features:
37
37
pg_arman supports the following commands. See also** OPTIONS** for more
38
38
details.
39
39
40
- ** init** :
41
- Initialize a backup catalog.
40
+ * * * init** :
41
+ Initialize a backup catalog.
42
42
43
- ** backup** :
44
- Take an online backup.
43
+ * * * backup** :
44
+ Take an online backup.
45
45
46
- ** restore** :
47
- Perform restore.
46
+ * * * restore** :
47
+ Perform restore.
48
48
49
- ** show** :
50
- Show backup history. The timeline option shows timeline of the backup
51
- and the parent's timeline for each backup.
49
+ * ** show** :
50
+ Show backup history. The timeline option shows timeline of the backup and the parent's timeline for each backup.
52
51
53
- ** validate** :
52
+ * * * validate** :
54
53
Validate backup files.
55
54
56
- ** delete** :
57
- Delete backup files.
55
+ * * * delete** :
56
+ Delete backup files.
58
57
59
58
###INITIALIZATION
60
59
@@ -156,13 +155,13 @@ The fields are:
156
155
* Log: size of read server log files
157
156
* Backup: size of backup (= written size)
158
157
* Status: status of backup. Possible values are:
159
- - OK : backup is done and validated.
160
- - DONE : backup is done, but not validated yet.
161
- - RUNNING : backup is running
162
- - DELETING : backup is being deleted.
163
- - DELETED : backup has been deleted.
164
- - ERROR : backup is unavailable because some errors occur during backup.
165
- - CORRUPT : backup is unavailable because it is broken.
158
+ * OK : backup is done and validated.
159
+ * DONE : backup is done, but not validated yet.
160
+ * RUNNING : backup is running
161
+ * DELETING : backup is being deleted.
162
+ * DELETED : backup has been deleted.
163
+ * ERROR : backup is unavailable because some errors occur during backup.
164
+ * CORRUPT : backup is unavailable because it is broken.
166
165
167
166
When a date is specified, more details about a backup is retrieved:
168
167
@@ -202,15 +201,15 @@ details.
202
201
As a general rule, paths for data location need to be specified as
203
202
absolute paths; relative paths are not allowed.
204
203
205
- ** -D** PATH /** --pgdata** =* PATH* :
204
+ ** -D** PATH /** --pgdata** =PATH:
206
205
The absolute path of database cluster. Required on backup and
207
206
restore.
208
207
209
- ** -A** PATH /** --arclog-path** =* PATH* :
208
+ ** -A** PATH /** --arclog-path** =PATH:
210
209
The absolute path of archive WAL directory. Required for restore
211
210
and show command.
212
211
213
- ** -B** PATH /** --backup-path** =* PATH* :
212
+ ** -B** PATH /** --backup-path** =PATH:
214
213
The absolute path of backup catalog. This option is mandatory.
215
214
216
215
** -c** /** --check** :