@@ -209,7 +209,7 @@ BOX_DIR="/home/myvps/"
209
209
210
210
# --- Connection Details ---
211
211
# The SSH address of your remote backup server (e.g., user@host).
212
- BOX_ADDR="u444300 -sub4@u444300 .your-storagebox.de"
212
+ BOX_ADDR="u123456 -sub4@u123456 .your-storagebox.de"
213
213
214
214
# Add each SSH option on a new line.
215
215
# For options taking a value, see the rules below.
@@ -318,37 +318,6 @@ END_EXCLUDES
318
318
#! /bin/bash
319
319
# ===================== v0.35 - 2025.08.21 ========================
320
320
#
321
- # Example backup.conf:
322
- # BACKUP_DIRS="/home/user/test/./ /var/www/./"
323
- # BOX_DIR="/backup/"
324
-
325
- # LOG_FILE="/var/log/backup.log"
326
- # LOG_RETENTION_DAYS=7
327
- # MAX_LOG_SIZE_MB=10
328
- # BANDWIDTH_LIMIT_KBPS=1000
329
- # RSYNC_NOATIME_ENABLED=false
330
- # Set RSYNC_NOATIME_ENABLED to true for rsync >= 3.3.0. Set to false for older versions (e.g., 3.2.7).
331
- # RSYNC_TIMEOUT=300
332
- # RECYCLE_BIN_ENABLED=true
333
- # RECYCLE_BIN_DIR="recycle_bin"
334
- # RECYCLE_BIN_RETENTION_DAYS=30
335
- # CHECKSUM_ENABLED=false
336
- # NTFY_ENABLED=true
337
- # NTFY_TOKEN="your_token"
338
- # NTFY_URL="https://ntfy.sh/your_topic"
339
- # NTFY_PRIORITY_SUCCESS=3
340
- # NTFY_PRIORITY_WARNING=4
341
- # NTFY_PRIORITY_FAILURE=5
342
- # BEGIN_SSH_OPTS
343
- # -i
344
- # /root/.ssh/id_rsa
345
- # -p22
346
- # END_SSH_OPTS
347
- # BEGIN_EXCLUDES
348
- # *.tmp
349
- # /tmp/
350
- # END_EXCLUDES
351
- #
352
321
# =================================================================
353
322
# SCRIPT INITIALIZATION & SETUP
354
323
# =================================================================
0 commit comments