Initial commit

This commit is contained in:
2023-10-18 18:47:19 +02:00
commit 88a63dde23
2 changed files with 5 additions and 0 deletions

4
README.md Normal file
View File

@@ -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.