mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-25 11:53:32 +02:00
5988e6bd10
In order to keep only the core of pg_rman for incremental/differential backup, this looks necessary and makes the code more simple. Including server log files in a backup could be subject to discussion as well, as for example a Postgres base backup does not include them, just because in this case server instance is not aware of the log files.
16 lines
285 B
INI
16 lines
285 B
INI
# configuration
|
|
BACKUP_MODE=ARCHIVE
|
|
COMPRESS_DATA=NO
|
|
# result
|
|
TIMELINEID=1
|
|
START_LSN=0/0b40c800
|
|
STOP_LSN=0/0b4c8020
|
|
START_TIME='2009-06-02 17:05:03'
|
|
END_TIME='2009-06-02 17:05:03'
|
|
DATA_BYTES=-1
|
|
ARCLOG_BYTES=-1
|
|
BACKUP_BYTES=162372983
|
|
BLOCK_SIZE=8192
|
|
XLOG_BLOCK_SIZE=8192
|
|
STATUS=DELETED
|