We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042a6e7 commit ac69fd8Copy full SHA for ac69fd8
backup.conf
@@ -4,8 +4,9 @@
4
# !! IMPORTANT !! Set file permissions to 600 (chmod 600 backup.conf)
5
6
# --- Source and Destination ---
7
-# IMPORTANT: LOCAL_DIR must end with a trailing slash!
8
-LOCAL_DIR="/home/user/"
+# List all source directories to back up, separated by spaces.
+# IMPORTANT: Each path MUST end with a trailing slash!
9
+BACKUP_DIRS="/home/user/ /usr/scripts/ /etc/apps/"
10
BOX_DIR="/home/myvps/"
11
12
# --- Connection Details ---
0 commit comments