borg/docs/usage/config.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
446 B
ReStructuredText
Raw Normal View History

.. include:: config.rst.inc
.. note::
The repository & cache config files are some of the only directly manipulable
parts of a repository that aren't versioned or backed up, so be careful when
making changes\!
Examples
~~~~~~~~
::
# find cache directory
2022-06-23 23:19:19 +00:00
$ cd ~/.cache/borg/$(borg config id)
# reserve some space
2022-06-23 23:19:19 +00:00
$ borg config additional_free_space 2G
# make a repo append-only
2022-06-23 23:19:19 +00:00
$ borg config append_only 1