File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,8 @@ write default configuration into ${BACKUP_PATH}/pg_arman.ini.
104
104
105
105
$ cat $BACKUP_PATH/pg_arman.ini
106
106
ARCLOG_PATH = /home/postgres/arclog
107
- BACKUP_MODE = F
107
+ BACKUP_MODE = FULL
108
108
COMPRESS_DATA = YES
109
- KEEP_ARCLOG_FILES = 10
110
- KEEP_ARCLOG_DAYS = 10
111
109
KEEP_DATA_GENERATIONS = 3
112
110
KEEP_DATA_DAYS = 120
113
111
@@ -133,8 +131,8 @@ Here are some commands to restore from a backup:
133
131
===================================================================================
134
132
Start Mode Current TLI Parent TLI Time Data Backup Status
135
133
===================================================================================
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
138
136
2013-12-25 03:02:25 FULL 1 0 0m 33MB 364MB OK
139
137
140
138
The fields are:
You can’t perform that action at this time.
0 commit comments