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
Okay, thanks. Checked and there are no PHP errors in the error logs.
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.
Maybe the plugin info helps:
[i]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. [/i]
Unfortunately that doesn't help as there is lots of traffic on the website and cache is not an issue either. Of course I've been checking the plugin info before posting here ;-)
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?
Does your security log show any "cron_runner" entries? Autobackup uses the zenphoto cron facility to launch the backup script.
Alos look in your database for the option "last_backup_run" and see what that says.
Autobackup attaches to the [i]theme_head[/i] and [i]admin_head[/i] filters. It is certainly possible that a specific theme has not applied the [i]theme_head[/i]filter, but then lots of things would not work. Certainly all the standard themes do apply it. The [i]admin_head[/i] cannot be avoided. So at least visiting your administrative pages should invoke autobackup.