Update configs to match real environment
This commit is contained in:
@@ -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 ===
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user