Update nexusvoice config

This commit is contained in:
2026-08-31 00:38:12 +01:00
parent 4975bd1bda
commit b0a72d1190
+2 -2
View File
@@ -6,7 +6,7 @@
# === Repo & target === # === Repo & target ===
NAME="nexusvoice" NAME="nexusvoice"
REPO="/home/acid/backups/${NAME}" # adjust if you want the repo elsewhere REPO="/opt/backups/${NAME}" # adjust if you want the repo elsewhere
TARGET="/home/acid/nexusvoice" # update to /opt/nexusvoice when files move TARGET="/home/acid/nexusvoice" # update to /opt/nexusvoice when files move
# === Database (Docker) === # === Database (Docker) ===
@@ -17,7 +17,7 @@ DUMP_SCRIPT="/opt/backup-agent/dump_db.sh"
# === Rclone offsite mirror === # === Rclone offsite mirror ===
RCLONE_REMOTE="scaleway" RCLONE_REMOTE="scaleway"
RCLONE_PATH="par-backup-1/nexusvoice" # different directory from srv in same bucket RCLONE_PATH="cyanet-backups-prod/cilaos" # different directory from srv in same bucket
RCLONE_MAX_DELETE=200 RCLONE_MAX_DELETE=200
# === Credentials === # === Credentials ===