docs: clarify that parameter tuning applies to all commands

This commit is contained in:
Michael Eischer 2025-12-03 18:33:00 +01:00
parent b9afdf795e
commit a58d176500
2 changed files with 10 additions and 9 deletions

View file

@ -9,14 +9,14 @@
^ for subsubsections
" for paragraphs
########################
Tuning Backup Parameters
########################
#################
Tuning Parameters
#################
Restic offers a few parameters that allow tuning the backup. The default values should
work well in general although specific use cases can benefit from different non-default
values. As the restic commands evolve over time, the optimal value for each parameter
can also change across restic versions.
Restic offers a few parameters that allow tuning the backup and other operations.
The default values should work well in general although specific use cases can
benefit from different non-default values. As the restic commands evolve over
time, the optimal value for each parameter can also change across restic versions.
Disabling Backup Progress Estimation
@ -99,7 +99,8 @@ Swift and some Google Drive Team accounts, where there are hard limits on the to
number of files. Larger pack sizes can also improve the backup speed for a repository
stored on a local HDD. This can be achieved by either using the ``--pack-size`` option
or defining the ``$RESTIC_PACK_SIZE`` environment variable, using an integer value for the
pack size in MiB. Restic currently defaults to a 16 MiB pack size.
pack size in MiB. Restic currently defaults to a 16 MiB pack size. Note that this
setting should be specified for each restic command that modifies the repository.
The side effect of increasing the pack size is requiring more disk space for temporary pack
files created before uploading. The space must be available in the system default temp

View file

@ -9,7 +9,7 @@ Restic Documentation
030_preparing_a_new_repo
040_backup
045_working_with_repos
047_tuning_backup_parameters
047_tuning_parameters
050_restore
060_forget
070_encryption