From 167792555481df3e8cd147ffade0f9925e212318 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 10 Jan 2023 10:36:25 -0300 Subject: Removed backups because its making too much --- yams | 4 ---- 1 file changed, 4 deletions(-) (limited to 'yams') diff --git a/yams b/yams index 1f109f7..42b8677 100755 --- a/yams +++ b/yams @@ -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 -- cgit v1.2.3