Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d467929f91 | ||
|
|
b0a72d1190 | ||
|
|
4975bd1bda |
@@ -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 ===
|
||||
@@ -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 ===
|
||||
|
||||
Reference in New Issue
Block a user