Initial commit

This commit is contained in:
2026-04-20 12:59:34 +12:00
commit a94d723bdf
6 changed files with 816 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
# /etc/dockerbackup/.env
RCLONE_REMOTE="gdrive:backuplocation/sublocation"
SOURCE_DIR="/mybackups"
PRUNE_ROOT="/mybackups"
OUT_DIR="/tmp"
KEEP_COUNT=5
ZSTD_EXTRA_OPTS="-T0 -12"