Skip to content

Commit ac69fd8

Browse files
authored
Update backup.conf
1 parent 042a6e7 commit ac69fd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backup.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# !! IMPORTANT !! Set file permissions to 600 (chmod 600 backup.conf)
55

66
# --- Source and Destination ---
7-
# IMPORTANT: LOCAL_DIR must end with a trailing slash!
8-
LOCAL_DIR="/home/user/"
7+
# List all source directories to back up, separated by spaces.
8+
# IMPORTANT: Each path MUST end with a trailing slash!
9+
BACKUP_DIRS="/home/user/ /usr/scripts/ /etc/apps/"
910
BOX_DIR="/home/myvps/"
1011

1112
# --- Connection Details ---

0 commit comments

Comments
 (0)