Fix backup script target dir
This commit is contained in:
parent
a68515a273
commit
4bcde27ff8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
date_ts=$(date +%s)
|
date_ts=$(date +%s)
|
||||||
backupdir=/opt/backuptest
|
backupdir=/opt/backup-test
|
||||||
static_file=$backupdir/file-static-1
|
static_file=$backupdir/file-static-1
|
||||||
append_file=$backupdir/file-append-1
|
append_file=$backupdir/file-append-1
|
||||||
checksums_file=$backupdir/checksums.sha256
|
checksums_file=$backupdir/checksums.sha256
|
||||||
|
|
Loading…
Add table
Reference in a new issue