Viewing 1 replies (of 1 total)
  • Hi Donna,
    Just reacted to your other post but I guess this is the real problem then. I’ve been looking around in the plugin files and the backup settings are stored in the option itsec_backup. What is the value of this option for you (it is a serialized array)?

    I also found it uses your timezone settings, and this is a WordPress setting I believe. What is the value of the option gmt_offset? And what is the output of the php function time()? Maybe the time settings of the server are wrong?

    Try
    <?php
    date('G:i d-F-Y', time());
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘too many backups!!!’ is closed to new replies.