<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 124: Can't set schedule backup</title><link>https://sourceforge.net/p/phpmybackup/support-requests/124/</link><description>Recent changes to 124: Can't set schedule backup</description><atom:link href="https://sourceforge.net/p/phpmybackup/support-requests/124/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 22 May 2015 16:50:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpmybackup/support-requests/124/feed.rss" rel="self" type="application/rss+xml"/><item><title>Can't set schedule backup</title><link>https://sourceforge.net/p/phpmybackup/support-requests/124/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
My web site's files start at public_html. The corresponding server path is "/home/u654156753/public_html"&lt;br /&gt;
I installed phpMyBackupPro here : "/home/u654156753/public_html/admin/phpMyBackupPro"&lt;br /&gt;
In that directory, I have definitions.php, backup.php,...&lt;br /&gt;
I changed the definitions.php that way : &lt;br /&gt;
$_PMBP_GLOBAL_CONF="../../../global_conf.php";&lt;br /&gt;
$_PMBP_EXPORT_DIR="../../../export/";&lt;/p&gt;
&lt;p&gt;I try a schedule backup each hour : So i created a schedule.php file stored in &lt;br /&gt;
"/home/u654156753/.logs/schedule.php"&lt;br /&gt;
The code is such, as suggested in the schedule backup tab : &lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
// This script was created by phpMyBackupPro 2.5 (http://www.phpMyBackupPro.net)&lt;br /&gt;
// In order to work probably, it must be saved in the directory /home/u654156753/.logs/.&lt;br /&gt;
$_POST&lt;span&gt;['db']&lt;/span&gt;=array("u654156753_forum", );&lt;br /&gt;
$_POST&lt;span&gt;['tables']&lt;/span&gt;="on";&lt;br /&gt;
$_POST&lt;span&gt;['data']&lt;/span&gt;="on";&lt;br /&gt;
$_POST&lt;span&gt;['drop']&lt;/span&gt;="on";&lt;br /&gt;
$_POST&lt;span&gt;['zip']&lt;/span&gt;="zip";&lt;br /&gt;
$_POST&lt;span&gt;['mysql_host']&lt;/span&gt;="-1";&lt;br /&gt;
$period=(3600*24)/24;&lt;br /&gt;
$security_key="306d5a59df4d43d51ac82e0f918df7e0";&lt;br /&gt;
// switch to the phpMyBackupPro 2.5 directory&lt;br /&gt;
@chdir("/home/u654156753/public_html");&lt;br /&gt;
@include("backup.php");&lt;br /&gt;
// switch back to the directory containing this script&lt;br /&gt;
@chdir("/home/u654156753/.logs/");&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;p&gt;In public_html, there is my site's index.php file. In that file I added :&lt;br /&gt;
require_once("../.logs/schedule.php");&lt;/p&gt;
&lt;p&gt;I waited more thaw one hour to watch the backup appear, but there is nothing.&lt;br /&gt;
What's wrong with my settings ?&lt;/p&gt;
&lt;p&gt;Please note that the backup perfectly works if I order a backup in the backup tab of phpMyBackupPro. So be sure my db settings are OK.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">noftal</dc:creator><pubDate>Fri, 22 May 2015 16:50:47 -0000</pubDate><guid>https://sourceforge.net163754ab5d5cf4f5b88845eaf850370b6e1301c6</guid></item></channel></rss>