mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Add default path for user configuration
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