• Microwork

    (@microwork)


    Hi
    The file created on backup did not open. On backup the file on Google drive ends in .cpgz and .zip on the local machine. When I attempted to download and open the cpgz, it throughs out another cpgz file? Can I set this to ZIP format somewhere?

    I have tried several different programs to unzip the file? Any suggestions welcome.

    I found a work around solution to fix the blank screen by changing this in backup.php.

    if ( get_transient( ‘backup_lock’ ) )
    exit; // Exit if another backup process is running.

    i.e. change to;

    if ( get_transient( ‘backup_lock’ ) )
    // exit; // Exit if another backup process is running.

    However I am

    http://wordpress.org/extend/plugins/backup/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘CPGZ file to Google’ is closed to new replies.