Skip to content

Commit ccbfdba

Browse files
committed
Update resources
1 parent 88da363 commit ccbfdba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.backup_fs.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FS_SRC=(
99
'/var/lib/postfix'
1010
'/var/vmail'
1111
)
12-
FS_DST='/tmp/backup_fs'
12+
FS_DST='/tmp/backup/fs'
1313
FS_TPL="$( date -u '+%m' )/$( date -u '+%d' )-$( date -u '+%H' )"
1414

1515
# -------------------------------------------------------------------------------------------------------------------- #
@@ -29,7 +29,7 @@ SSH_HOST='192.168.1.2'
2929
SSH_USER='root'
3030
SSH_PASS='PASSWORD'
3131
SSH_DST='/remote/directory'
32-
SSH_MNT='/mnt/backup'
32+
SSH_MNT='/mnt/backup/fs'
3333

3434
# -------------------------------------------------------------------------------------------------------------------- #
3535
# REMOTE: RSYNC

0 commit comments

Comments
 (0)