add suwayomi

This commit is contained in:
2025-10-12 16:41:29 -05:00
parent abcad5c9f2
commit f76c6862ba
4 changed files with 112 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ in
export BORG_PASSPHRASE="$(cat ${cfg.passwd_file})"
export BORG_REPO="${cfg.repo}"
timestamp="$(date +'%Y-%m-%d_%H:%M:%S')"
mode=sep
mode=all
# init repo in needed
if ! borg info "$BORG_REPO" >/dev/null 2>&1; then