mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Add dot, where it was previously
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user