Hi,
does anyone know where the auto_backup plugin is supposed to store the actual backup files?
I can't find any documentation about this, neither can I find any backup files on my webserver.
I'm running Zenphoto on PHP7, if that matters.
Thanks and kind regards,
Franz
Comments
When I do a manual backup from the Zenphoto backend, it works and the backup file appears in the /backup/ folder.
But at the same time, auto_backup does not work. And there is no error message when changing the plugin's settings as well.
The website must be visited and live pages must be served for this plugin to be able to check if it is time to run.
Inacative or heavily cached sites may not get backed up as frequently as the interval specifies. Of course, if there is no dynamic activity on the site, there probably is little need to do the backup in the first place.
Is there probably a way to trigger the regular backup function via a cron job so I don't have to rely on the auto_backup plugin?
Alos look in your database for the option "last_backup_run" and see what that says.
Autobackup attaches to the theme_head and admin_head filters. It is certainly possible that a specific theme has not applied the theme_headfilter, but then lots of things would not work. Certainly all the standard themes do apply it. The admin_head cannot be avoided. So at least visiting your administrative pages should invoke autobackup.