Skip to content

Commit 4e85331

Browse files
committed
Update resources
1 parent c601888 commit 4e85331

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.backup_db.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DB_SRC=(
1212
)
1313
DB_USER='backup'
1414
DB_PASS='PASSWORD'
15-
FS_DST='/tmp/backup/db'
15+
FS_DST='/tmp/backup_db'
1616
FS_TPL="$( date -u '+%m' )/$( date -u '+%d' )-$( date -u '+%H' )"
1717

1818
# -------------------------------------------------------------------------------------------------------------------- #
@@ -32,7 +32,7 @@ SSH_HOST='192.168.1.2'
3232
SSH_USER='root'
3333
SSH_PASS='PASSWORD'
3434
SSH_DST='/remote/directory'
35-
SSH_MNT='/mnt/backup/db'
35+
SSH_MNT='/mnt/backup_db'
3636

3737
# -------------------------------------------------------------------------------------------------------------------- #
3838
# REMOTE: RSYNC

0 commit comments

Comments
 (0)