mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix typo in backup script
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
85b445d576
commit
15a289e820
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ fi
|
||||||
# Do the Backup check
|
# Do the Backup check
|
||||||
if [ "$BORG_MODE" = check ]; then
|
if [ "$BORG_MODE" = check ]; then
|
||||||
get_start_time
|
get_start_time
|
||||||
echo "Checking the backup integity..."
|
echo "Checking the backup integrity..."
|
||||||
|
|
||||||
# Perform the check
|
# Perform the check
|
||||||
if ! borg check --verify-data --progress "$BORG_BACKUP_DIRECTORY"; then
|
if ! borg check --verify-data --progress "$BORG_BACKUP_DIRECTORY"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue