NAME
borg-config - get, set, and delete values in a repository or cache config fileSYNOPSIS
borg [common options] config [options] [NAME] [VALUE]DESCRIPTION
This command gets and sets options in a local repository or cache config file. For security reasons, this command only works on local repositories.OPTIONS
See borg-common(1) for common options of Borg commands.arguments
- NAME
- name of config key
- VALUE
- new value for key
options
- -c, --cache
- get and set values from the repo cache
- -d, --delete
- delete the key from the config file
- -l, --list
- list the configuration of the repo
EXAMPLES
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!
# 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
SEE ALSO
borg-common(1)AUTHOR
The Borg Collective2023-03-01 |