WP CLI backup
-
I am wondering how the plugin determines that it should do a Full Backup versus a DB backup. I have created a shell where I want the Full to run on Sundays and if it’s not Sunday then do a DB backup.
The settings for UpdraftPlus in WordPress is set to Manual for both types of backups. In my shell I am running wp updraftplus backup if it’s not Sunday, and wp updraftplus backup –include-files=”plugins,themes,uploads,wpcore,others” if it is Sunday.
The script is correct, but wp updraftplus backup is running a full every time.
What do I need to do differently?
Thanks.
Jan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP CLI backup’ is closed to new replies.