borg config allows to get and set options for a repository, provided you know the option's name. Unfortunately there's no way to get a list of all available options on the command line. Even in the documentation they aren't listed in a single place. There is no way besides reading through all of the documentation to find out the possible repository options.
Therefore there should be an option to borg config that lists all repository options and their values similar to git config --list, for example.
borg configallows to get and set options for a repository, provided you know the option's name. Unfortunately there's no way to get a list of all available options on the command line. Even in the documentation they aren't listed in a single place. There is no way besides reading through all of the documentation to find out the possible repository options.Therefore there should be an option to
borg configthat lists all repository options and their values similar togit config --list, for example.