mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-04 09:43:08 +02:00
cad595f9f8
This backup method does a preliminary copy of all files that were last modified prior to a defined interval before calling pg_backup_start(). Then the backup is started as usual and the remainder of the files are copied. The advantage is that generally a smaller set of WAL will be required to make the backup consistent, provided there are some files that have not been recently modified. The length of the prior full backup is used to determine the interval used for the preliminary copy since any files modified within this interval will likely be modified again during the backup. If no prior full backup exists then the interval is set to one day. This feature is being committed as internal-only for the time being. |
||
---|---|---|
.. | ||
build | ||
command | ||
common | ||
config | ||
db | ||
info | ||
postgres | ||
protocol | ||
storage | ||
.gitignore | ||
main.c | ||
meson.build | ||
version.h |