config.rst 446 B

12345678910111213141516171819202122
  1. .. include:: config.rst.inc
  2. .. note::
  3. The repository & cache config files are some of the only directly manipulable
  4. parts of a repository that aren't versioned or backed up, so be careful when
  5. making changes\!
  6. Examples
  7. ~~~~~~~~
  8. ::
  9. # find cache directory
  10. $ cd ~/.cache/borg/$(borg config id)
  11. # reserve some space
  12. $ borg config additional_free_space 2G
  13. # make a repo append-only
  14. $ borg config append_only 1