Add dot, where it was previously
This commit is contained in:
parent
2534c612d8
commit
d9c0078e2e
|
@ -15,7 +15,7 @@ else
|
||||||
TYPE=full
|
TYPE=full
|
||||||
rm -f $BACKUPS/*.snapshot
|
rm -f $BACKUPS/*.snapshot
|
||||||
# Remove dumps and the previous backup if there is another one.
|
# 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
|
fi
|
||||||
|
|
||||||
nice tar -cz \
|
nice tar -cz \
|
||||||
|
|
Loading…
Reference in New Issue