Author SHA1 Message Date
kevin.bataille d467929f91 update mariadb script file 2026-08-31 00:48:16 +01:00
kevin.bataille b0a72d1190 Update nexusvoice config 2026-08-31 00:38:12 +01:00
kevin.bataille 4975bd1bda Update configs to match real environment 2026-08-31 00:27:16 +01:00
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 ===
+4 -4
View File
@@ -5,19 +5,19 @@
# =============================================================================
# === Repo & target ===
NAME="nexusvoice-2025"
REPO="/home/acid/backups/${NAME}" # adjust if you want the repo elsewhere
NAME="nexusvoice"
REPO="/opt/backups/${NAME}" # adjust if you want the repo elsewhere
TARGET="/home/acid/nexusvoice" # update to /opt/nexusvoice when files move
# === Database (Docker) ===
# Set DB_CONTAINER="" to skip all DB dump steps entirely.
DB_CONTAINER="mariadb" # TODO: confirm container name on this server
DUMP_SUBDIR="mariadb/dump" # relative to $TARGET; dump_db.sh writes here
DUMP_SCRIPT="/opt/backup-agent/dump_db.sh"
DUMP_SCRIPT="/home/acid/nexusvoice/mariadb/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 ===