Default settings file update for BACKUP_FILE

This commit is contained in:
Clemens Schwaighofer
2025-12-03 14:48:54 +09:00
parent 4a95049d4f
commit 69be76e34c

View File

@@ -13,7 +13,7 @@ TARGET_PORT="";
TARGET_BORG_PATH="";
# folder where the backup folder will be created
TARGET_FOLDER="";
# the backup file (folder) for this host $(hostname), must end with .borg
# the backup file (folder) for this backup, avoid dynamic variables in here, must end with .borg
BACKUP_FILE="";
# compression settings (none, lz4, zstd, zlib, lzma)
# empty is default zstd