From b0a72d1190a9aca11f0272e065562e60607193fd Mon Sep 17 00:00:00 2001 From: Kevin Bataille Date: Mon, 31 Aug 2026 00:38:12 +0100 Subject: [PATCH] Update nexusvoice config --- configs/nexusvoice.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/nexusvoice.conf b/configs/nexusvoice.conf index e0b1d3e..b29d0ed 100644 --- a/configs/nexusvoice.conf +++ b/configs/nexusvoice.conf @@ -6,7 +6,7 @@ # === Repo & target === 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 # === Database (Docker) === @@ -17,7 +17,7 @@ DUMP_SCRIPT="/opt/backup-agent/dump_db.sh" # === Rclone offsite mirror === 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 # === Credentials ===