mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-01 14:13:01 +02:00
Merge branch 'add_user_config' of floli/borgmatic into master
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import os
|
||||
|
||||
|
||||
DEFAULT_CONFIG_PATHS = ['/etc/borgmatic/config.yaml', '/etc/borgmatic.d']
|
||||
DEFAULT_CONFIG_PATHS = ['/etc/borgmatic/config.yaml', '/etc/borgmatic.d',
|
||||
os.path.expanduser('~/.config/borgmatic/config.yaml')]
|
||||
|
||||
|
||||
def collect_config_filenames(config_paths):
|
||||
|
||||
Reference in New Issue
Block a user