emiliol
Forum Replies Created
-
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSDone. I’ll post debug log asap. Thank you.
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSdebug.txt:
[2014-08-27 17:00:14] Starting backup [2014-08-27 17:02:30] Completed backup [2014-08-27 17:02:30] Starting next scheduleForum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSI have edited the file, I will post here the log results asap.
Thank you,
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSHi Greg,
There’s no debug.txt in archive directory. In fact, there’s no debug.txt in any subdirectory.
Do I have to change the log location?:
class CYANBackup { public $plugin_name = 'CYAN Backup'; public $textdomain = 'cyan-backup'; private $plugin_basename, $plugin_dir, $plugin_file, $plugin_url; private $menu_base; private $option_name; private $admin_action; <strong> private $debug_log = null;</strong> private $backup_page; private $option_page; private $about_page;Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSYes, log e-mailing is enabled, and I receive it.
I have edited the file, I will post here the log results asap.
Thank you,
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSRemote storage is not enabled. I tryed but never get it working π
I see the last sentence in scheduled backup function is:
$this->prune_backups( $options['prune']['number'] );Can I move it to the top of the function, before the backup executes?
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSLook, the last lines of last backup log are:
[2014-08-24 17:03:14] Elapsed Time: 2.2 minutes
[2014-08-24 17:03:14] Backup complete!
[2014-08-24 17:03:14] Backup size: 960.53MBI think the script doesn’t hit execution limit… not yet.
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSHi Greg,
I have to try it yet in the dev environment. The schedule is working with the hack (and the original code), but the script doen’t delete old backups.
Is there any schedule for deletion that I can “hack”?
Thank you.
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSHi Greg,
I’m sorry for the inactivity, I was on holidays.
In reply to your questions:
>> – What schedule have you set for the backups?Daily.
>> – How long does the backup take to run?
[2014-08-21 17:02:23] Elapsed Time: 2.2 minutes
[2014-08-21 17:02:23] Backup complete!
[2014-08-21 17:02:23] Backup size: 956.82MBThe backups are working fine now, but the prunning doen’t take place. I have to delete old backups manually π
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSYes, this backup shows up in the list, but after this one the cron job isn’t created.
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSHi Greg,
The last lines of one the backups no creatint WP Cron entries, are:
[2014-07-28 17:05:24] Elapsed Time: 1.9 minutes
[2014-07-28 17:05:24] Backup complete!
[2014-07-28 17:05:24] Backup size: 853.95MBAs you can see, the last line is the backup size…
Forum: Plugins
In reply to: [CYAN Backup] SCHEDULED LARGE BACKUP STOPSHi Greg,
I think CYAN backup and WP cron aren’t working together. Now I see it, after installing one plugin to edit cron jobs.
When I set the schedule using CYAN Backup, the cron job sets properly. When the scheduled backup finishes, the cron job completely disappears and won’t execute anymore.
“Next backup scheduled for:” is set to “None” and WP Cron doesn’t shows any cyan backup hook.
But if I set the backup schedule and, BEFORE it executes, I use WP cron to manually edit the schedule (to hourly, daily or even a custom schedule), then IT WORKS. I can see the hook on WP Cron GUI and the “Next backup scheduled for:” is set properly.
I think it’s working now.
Am I doing it right?
Thank you in advance.