change your db login and path

This commit is contained in:
qo-op 2021-02-17 01:38:23 +01:00
parent 37407507fc
commit 5af0a697f3
1 changed files with 1 additions and 1 deletions

2
wpbackup_oasis.sh Normal file → Executable file
View File

@ -14,7 +14,7 @@ wp_upload_folder="/var/www/wordpress/wp-content/themes"
wp_theme_folder="/var/www/wordpress/wp-content/uploads"
## 3: Path to your backup folder. Replace /home/username/ with path to your home directory.
backup_folder_path="$HOME/oasis.astroport.com.wp_backup"
backup_folder_path="$HOME/wp_backup.oasis.astroport.com"
mkdir -p $backup_folder_path
# backup MYSQL database, gzip it and send to backup folder.