From 4975bd1bda013a4b5259d62fec4b308ed6187ca4 Mon Sep 17 00:00:00 2001 From: Kevin Bataille Date: Mon, 31 Aug 2026 00:27:16 +0100 Subject: [PATCH] Update configs to match real environment --- configs/{srv.conf => chaudron.conf} | 4 ++-- configs/nexusvoice.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename configs/{srv.conf => chaudron.conf} (95%) diff --git a/configs/srv.conf b/configs/chaudron.conf similarity index 95% rename from configs/srv.conf rename to configs/chaudron.conf index 2b6f662..bff14f3 100644 --- a/configs/srv.conf +++ b/configs/chaudron.conf @@ -6,7 +6,7 @@ # ============================================================================= # === Repo & target === -NAME="borg-2025" +NAME="chaudron" REPO="/home/srv/files/backups/${NAME}" TARGET="/home/srv/files/content" @@ -18,7 +18,7 @@ DUMP_SCRIPT="/opt/backup-agent/dump_db.sh" # === Rclone offsite mirror === RCLONE_REMOTE="scaleway" -RCLONE_PATH="par-backup-1/${NAME}" +RCLONE_PATH="cyanet-backups-prod/${NAME}" RCLONE_MAX_DELETE=200 # === Credentials === diff --git a/configs/nexusvoice.conf b/configs/nexusvoice.conf index 375ef65..e0b1d3e 100644 --- a/configs/nexusvoice.conf +++ b/configs/nexusvoice.conf @@ -5,7 +5,7 @@ # ============================================================================= # === Repo & target === -NAME="nexusvoice-2025" +NAME="nexusvoice" REPO="/home/acid/backups/${NAME}" # adjust if you want the repo elsewhere TARGET="/home/acid/nexusvoice" # update to /opt/nexusvoice when files move