12345678910111213141516171819202122 |
- .. 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
- $ cd ~/.cache/borg/$(borg config id)
- # reserve some space
- $ borg config additional_free_space 2G
- # make a repo append-only
- $ borg config append_only 1
|