diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-10 10:36:25 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-10 10:36:25 -0300 |
commit | 167792555481df3e8cd147ffade0f9925e212318 (patch) | |
tree | 3f002eed2a88a802be9517a9d155f6edf56b3888 | |
parent | 88707c12c91a164bb4fd6e09ece430a2b1c64b39 (diff) |
Removed backups because its making too much
-rwxr-xr-x | yams | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |