mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-09 14:45:47 +02:00
820485d225
This mode is not actually necessary if we consider that the core of pg_rman is the obtention of differential and full backups, the server being afterwards in charge to recover necessary WAL segments from the archive. Regression tests and documentation are updated in accordance to the changes.
14 lines
243 B
INI
14 lines
243 B
INI
# configuration
|
|
BACKUP_MODE=FULL
|
|
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
|
|
BLOCK_SIZE=8192
|
|
XLOG_BLOCK_SIZE=8192
|
|
STATUS=DELETED
|