Skip to content

Commit b0c29cf

Browse files
authored
update to v0.35
1 parent 6aceeab commit b0c29cf

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ BOX_DIR="/home/myvps/"
209209
210210
# --- Connection Details ---
211211
# 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"
213213
214214
# Add each SSH option on a new line.
215215
# For options taking a value, see the rules below.
@@ -318,37 +318,6 @@ END_EXCLUDES
318318
#!/bin/bash
319319
# ===================== v0.35 - 2025.08.21 ========================
320320
#
321-
# Example backup.conf:
322-
# BACKUP_DIRS="/home/user/test/./ /var/www/./"
323-
# BOX_DIR="/backup/"
324-
# BOX_ADDR="[email protected]"
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-
#
352321
# =================================================================
353322
# SCRIPT INITIALIZATION & SETUP
354323
# =================================================================

0 commit comments

Comments
 (0)