Update configs to match real environment

This commit is contained in:
2026-08-31 00:27:16 +01:00
parent f3cf24a41c
commit 4975bd1bda
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
# ============================================================================= # =============================================================================
# === Repo & target === # === Repo & target ===
NAME="borg-2025" NAME="chaudron"
REPO="/home/srv/files/backups/${NAME}" REPO="/home/srv/files/backups/${NAME}"
TARGET="/home/srv/files/content" TARGET="/home/srv/files/content"
@@ -18,7 +18,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/${NAME}" RCLONE_PATH="cyanet-backups-prod/${NAME}"
RCLONE_MAX_DELETE=200 RCLONE_MAX_DELETE=200
# === Credentials === # === Credentials ===
+1 -1
View File
@@ -5,7 +5,7 @@
# ============================================================================= # =============================================================================
# === Repo & target === # === Repo & target ===
NAME="nexusvoice-2025" NAME="nexusvoice"
REPO="/home/acid/backups/${NAME}" # adjust if you want the repo elsewhere REPO="/home/acid/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