There are changes in the behavior of barman recover with the new incremental backup feature. This PR will add the proper documentation about the recover of incremental backups.
This needs to address:
Add note with a brief description of how Barman recovers the backups, mainly mentioning the use of pg_combinebackup, etc.
Mention the use of the local_staging_path to place the pg_combinebackup synthetic backup.
Add note, with links to the PG docs about checksums being on and off in different backups of a chain of backups.
Add field and details about local_staging_path to args in the man1 recover command documentation.
There are changes in the behavior of barman recover with the new incremental backup feature. This PR will add the proper documentation about the recover of incremental backups.
This needs to address:
local_staging_path
to place thepg_combinebackup
synthetic backup.local_staging_path
to args in the man1 recover command documentation.References: BAR-252