Move comment

This commit is contained in:
Naglfar 2021-10-02 21:34:58 +02:00
parent e756386ff0
commit 614f143599
1 changed files with 1 additions and 1 deletions

View File

@ -42,10 +42,10 @@ tar -cz \
chown root:sudo $BACKUPS/$DATE*.tgz
chmod 640 $BACKUPS/*.tgz
# Remove dumps and the previous backup once there is another.
if [ $TYPE = full ]
then
cp $BACKUPS/full.snapshot $BACKUPS/incremental.snapshot
# Remove dumps and the previous backup once there is another.
[ -e $LEVEL0 ] && rm $LEVEL0 $BACKUPS/*incremental.tgz
fi