feat: rewrite validation, rename built-in vars, bump python version

This commit is contained in:
Igor Ovsyannikov
2026-08-04 21:50:37 +03:00
parent 992829d163
commit 2c6000d56e
12 changed files with 428 additions and 295 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ tmp-dir = "/tmp/rustic"
subsystem-name = "rustic"
[settings.globalvars]
# also built-in
# also built-in ara available (BASEDIR=backup-base-dir, BUILDDIR=tmp-dir)
BTRVOL = "snap1"
CONF_BASE = "/home/osmium/backup"
@@ -40,14 +40,14 @@ command = "du -sh $CONF_BASE/local-repo"
[[hooks.after-all]]
kind = "btrfs"
action = "delete"
subvolume = "$BDIR"
subvolume = "$BASEDIR"
[profiles.documents]
paths = ["$BDIR/Documents"]
paths = ["Documents"]
[profiles.code]
paths = ["$BDIR/code"]
paths = ["code"]
exclude-paths = [
".cache",
"venv",