@@ -240,17 +240,17 @@ absolute paths; relative paths are not allowed.
240
240
--keep-data-days means days to be kept.
241
241
Only files exceeded one of those settings are deleted.
242
242
243
- ** -j** =NUMBER /** --threads** =NUMBER:
244
- Number of threads for backup.
243
+ ** -j** =NUMBER /** --threads** =NUMBER:
244
+ Number of threads for backup.
245
245
246
- ** --stream** :
247
- Enable stream replication for save WAL during backup process.
246
+ ** --stream** :
247
+ Enable stream replication for save WAL during backup process.
248
248
249
- ** --disable-ptrack-clear** :
250
- Disable clear ptrack files for postgres without ptrack patch.
249
+ ** --disable-ptrack-clear** :
250
+ Disable clear ptrack files for postgres without ptrack patch.
251
251
252
- ** --from-replica** :
253
- Use non exclusive start backup for replica. Only for 9.6 and higher.
252
+ ** --from-replica** :
253
+ Use non exclusive start backup for replica. Only for 9.6 and higher.
254
254
255
255
256
256
###RESTORE OPTIONS
@@ -273,10 +273,10 @@ the same parameters as the ones in recovery.confin recovery.conf.
273
273
** --recovery-target-inclusive** :
274
274
Specifies whether server pauses when recovery target is reached.
275
275
276
- ** -j** =NUMBER /** --threads** =NUMBER:
276
+ ** -j** =NUMBER /** --threads** =NUMBER:
277
277
Number of threads for restore.
278
278
279
- ** --stream** :
279
+ ** --stream** :
280
280
Restore without recovery.conf and use pg_xlog WALs. Before you need
281
281
backup with** --stream** option. This option will disable all** --recovery-**
282
282
options.