Add dot, where it was previously

This commit is contained in:
Naglfar 2021-10-15 13:20:42 +02:00
parent 2534c612d8
commit d9c0078e2e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ else
TYPE=full
rm -f $BACKUPS/*.snapshot
# Remove dumps and the previous backup if there is another one.
find $BACKUPS -name "*tgz" ! -newer $LEVEL0 ! -wholename $LEVEL0 -exec rm {} \;
find $BACKUPS -name "*.tgz" ! -newer $LEVEL0 ! -wholename $LEVEL0 -exec rm {} \;
fi
nice tar -cz \