summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyams4
1 files changed, 0 insertions, 4 deletions
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