Removed backups because its making too much

This commit is contained in:
Roger Gonzalez 2023-01-10 10:36:25 -03:00
parent 88707c12c9
commit 1677925554
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

4
yams
View File

@ -51,7 +51,3 @@ if [ $option == "destroy" ]; then
echo "\$ yams start"
fi
fi
if [ $option == "create-backup" ]; then
tar -czf "$install_location/backups/yams-backup-$(date '+\%Y-\%m-\%d-\%s').tar.gz" $install_location/config/*
fi