pgBackRest preview - Bundle files in the repository during backup
A nice new feature has been added on 14 Feb 2022: Bundle files in the repository during backup. Details can be found in commits 34d6495 and efc09db.
This feature combines smaller files during backup to reduce the number of files written to the repository (enabled with --bundle
).
Files are batched up to --bundle-size
and then compressed/encrypted individually and stored sequentially in the bundle.
--bundle-limit
limits which files can be added to bundles. Files larger than this size will be stored separately.
On backup resume, the bundles are removed and any remaining file is eligible to be resumed.
IMPORTANT NOTE: this feature is still experimental and will not be released in pgBackRest 2.38.