Script clean up, enhancement

This commit is contained in:
Marwolf
2018-08-15 01:28:18 -04:00
parent 80720289b5
commit 8b5fb1804e
15 changed files with 146 additions and 89 deletions

6
Linux_Backup_Databases.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "Backing up all databases."
echo ""
sudo make backup
echo ""