Add a .gitignore for all other files that can appear in this folder (.config, .cache, settings files, etc) Add backward compability check for file backup to not auto add -file for the file module unless flag is set (FILE_REPOSITORY_COMPATIBLE)
10 lines
303 B
Plaintext
Executable File
10 lines
303 B
Plaintext
Executable File
# Borg backup wrapper scripts settings: file
|
|
|
|
# rename to borg.backup.file.settings to use
|
|
|
|
# set to false to use -file, current default is "true"
|
|
#FILE_REPOSITORY_COMPATIBLE="false"
|
|
|
|
# override settings in borg.backup.settings with SUB_ prefix
|
|
# valid for BACKUP_FILE, BACKUP_SET, COMPRESSION*, KEEP_*
|