Member
Member
fneumeier   24-05-2017, 12:54
#1

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

Administrator
Administrator
acrylian   24-05-2017, 13:52
#2

It stores the backups right in the /backups folder in the root of your install. The folder is or should be created by the plugin. If not review your PHP error logs for file/folder permission issues.

Member
Member
fneumeier   25-05-2017, 06:40
#3

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.

Administrator
Administrator
fretzl   25-05-2017, 10:01
#4

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]

Member
Member
fneumeier   25-05-2017, 13:40
#5

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?

Member
Member
sbillard   25-05-2017, 16:19
#6

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.

Member
Member
fneumeier   25-05-2017, 16:26
#7

Okay, thanks. I'll check into that. I have derivated my own theme from one of the standard themes, so maybe I removed important something by accident. THanks for guiding me in the (hopefully) right direction!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.