1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Fix typo in bundling section of user guide.

repo-bundle-limit controls the size of files included in bundles, not repo-bundle-size, which controls the total size of bundles.
This commit is contained in:
David Steele
2025-11-05 10:58:16 +02:00
parent 5ef282fc22
commit c5657eab23
+1 -1
View File
@@ -1723,7 +1723,7 @@
<p>The <br-option>repo-bundle-size</br-option> and <br-option>repo-bundle-limit</br-option> options can be used for tuning, though the defaults should be optimal in most cases.</p>
<p>While file bundling is generally more efficient, the downside is that it is more difficult to manually retrieve files from the repository. It may not be ideal for deduplicated storage since each full backup will arrange files in the bundles differently. Lastly, file bundles cannot be resumed, so be careful not to set <br-option>repo-bundle-size</br-option> too high.</p>
<p>While file bundling is generally more efficient, the downside is that it is more difficult to manually retrieve files from the repository. It may not be ideal for deduplicated storage since each full backup will arrange files in the bundles differently. Lastly, file bundles cannot be resumed, so be careful not to set <br-option>repo-bundle-limit</br-option> too high.</p>
</section>
<!-- =================================================================================================================== -->