Skip to content
Snippets Groups Projects

Quick fix for #11349 : Add support for generic options config value

Merged Olivier Berger requested to merge obergix/backupninja:fix-11349 into master
3 files
+ 19
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 7
0
@@ -11,6 +11,13 @@
@@ -11,6 +11,13 @@
## destination host and user.
## destination host and user.
##
##
 
## passed directly to borg commands, e.g. to use a particular remote
 
## borg executable (here: 'borg12'), set this to:
 
## options = --remote-path=borg12
 
##
 
## Default:
 
# options =
 
## default is 0, but set to 19 if you want to lower the priority.
## default is 0, but set to 19 if you want to lower the priority.
## an example setting would be:
## an example setting would be:
## nicelevel = 19
## nicelevel = 19
Loading