Skip to content

Commit 55db450

Browse files
author
Michael Paquier
committed
Fix typos in docs
Report and patch by Zhuravlev Uriy.
1 parent db249c8 commit 55db450

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/pg_arman.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ write default configuration into ${BACKUP_PATH}/pg_arman.ini.
104104

105105
$ cat $BACKUP_PATH/pg_arman.ini
106106
ARCLOG_PATH = /home/postgres/arclog
107-
BACKUP_MODE = F
107+
BACKUP_MODE = FULL
108108
COMPRESS_DATA = YES
109-
KEEP_ARCLOG_FILES = 10
110-
KEEP_ARCLOG_DAYS = 10
111109
KEEP_DATA_GENERATIONS = 3
112110
KEEP_DATA_DAYS = 120
113111

@@ -133,8 +131,8 @@ Here are some commands to restore from a backup:
133131
===================================================================================
134132
Start Mode Current TLI Parent TLI Time Data Backup Status
135133
===================================================================================
136-
2013-12-25 03:02:31 INCR 1 0 0m 203kB 67MB DONE
137-
2013-12-25 03:02:31 INCR 1 0 0m 0B 0B ERROR
134+
2013-12-25 03:02:31 PAGE 1 0 0m 203kB 67MB DONE
135+
2013-12-25 03:02:31 PAGE 1 0 0m 0B 0B ERROR
138136
2013-12-25 03:02:25 FULL 1 0 0m 33MB 364MB OK
139137

140138
The fields are:

0 commit comments

Comments
 (0)