Plugin Directory

Changeset 598675


Ignore:
Timestamp:
09/13/2012 07:13:08 PM (14 years ago)
Author:
SangrelX
Message:
 
Location:
wordpress-ez-backup
Files:
54 added
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-ez-backup/tags/6.0.2/functions/routine/functions.sh

    r597836 r598675  
    5151echo "  ..Backup Directory Does not Exist"
    5252echo "   .. Creating Backup Directory $tempdir Now"
    53 mkdir $tempdir || { echo "    ..FAILED TO CREATE DIRECTORY"; echo "     ..Please ensure you have proper permissions to create folders in the directory Specified"; echo "      ..This Process will now EXIT"; }
     53mkdir $tempdir || {
     54echo "    ..FAILED TO CREATE DIRECTORY";
     55echo "     ..Please ensure you have proper permissions to create folders in the directory Specified";
     56echo "      ..This Process will now EXIT";
    5457cd $webrootdir
    5558if [ -d $tarnamebase$sqlpre ]; then
     
    5760fi
    5861exit 0;
     62}
    5963fi
    6064sleep 3
  • wordpress-ez-backup/trunk/readme.txt

    r598382 r598675  
    11=== WordPress EZ Backup ===
    2 Author: Jonathan-Garber
    3 Donate link: http://lastnightsdesigns.com/wordpress-ez-backup/
     2Contributors: SangrelX
     3Donate link: http://lastnightsdesigns.com/?page_id=121
    44Tags: easy, backup, files, database, mysql, site
    55Requires at least: 2.8.2
    66Tested up to: 3.4.2
    7 Stable tag: 6.0.7
     7Stable tag: 6.0.8
    88
    99Backup & Archive your site & Database all from this easy to use plugin. Many robust features included.
     
    116116
    117117== Changelog ==
     118
     119= 6.0.8 =
     120*Found a rather big bug in the backup scripting. It would exit if the backup storage folder was not already created instead of properly creating it and continuing. this has been fixed
    118121
    119122= 6.0.7 =
  • wordpress-ez-backup/trunk/wp-ezbackup.php

    r598373 r598675  
    99Description: Fast Creation of Full Site Backups & Database Backups. Simply adjust your settings & Create your Backup. Features E-mail Alert & E-Mailing Backups, Viewing Live Log files of the backup procedure, Backup Browser & Automated Backups with Scheduling.
    1010
    11 Version: 6.0.7
     11Version: 6.0.8
    1212
    1313Author: Jonathan Garber
Note: See TracChangeset for help on using the changeset viewer.