commit 88a63dde23b2fb2578a9b62c81bec03c1c7f2213 Author: Ricardo Date: Wed Oct 18 18:47:19 2023 +0200 Initial commit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1a8a36 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Nginx_webNsql_backup + +This script is meant to make daily backups of a wordpress website, but can be used for something similar like joomla or any other folder and its associated mysql database. +First stops nginx then copies the folder into another temp folder and then a backup of the database to the same temp folder. \ No newline at end of file