Changeset 598675
- Timestamp:
- 09/13/2012 07:13:08 PM (14 years ago)
- Location:
- wordpress-ez-backup
- Files:
-
- 54 added
- 3 edited
-
tags/6.0.2/functions/routine/functions.sh (modified) (2 diffs)
-
tags/6.0.8 (added)
-
tags/6.0.8/functions (added)
-
tags/6.0.8/functions/css (added)
-
tags/6.0.8/functions/css/ezstyle.css (added)
-
tags/6.0.8/functions/css/index.html (added)
-
tags/6.0.8/functions/index.html (added)
-
tags/6.0.8/functions/js (added)
-
tags/6.0.8/functions/js/boxover.js (added)
-
tags/6.0.8/functions/js/index.html (added)
-
tags/6.0.8/functions/js/main.js (added)
-
tags/6.0.8/functions/js/schedule.js (added)
-
tags/6.0.8/functions/js/wpcron.js (added)
-
tags/6.0.8/functions/logs (added)
-
tags/6.0.8/functions/logs/backupstats.php (added)
-
tags/6.0.8/functions/logs/errorlog.php (added)
-
tags/6.0.8/functions/logs/index.html (added)
-
tags/6.0.8/functions/logs/viewlog.php (added)
-
tags/6.0.8/functions/routine (added)
-
tags/6.0.8/functions/routine/backup.sh (added)
-
tags/6.0.8/functions/routine/functions.sh (added)
-
tags/6.0.8/functions/routine/index.html (added)
-
tags/6.0.8/functions/schedule (added)
-
tags/6.0.8/functions/schedule/index.html (added)
-
tags/6.0.8/images (added)
-
tags/6.0.8/images/ezbackup-125x115.png (added)
-
tags/6.0.8/images/greendot.jpg (added)
-
tags/6.0.8/images/index.html (added)
-
tags/6.0.8/images/question.gif (added)
-
tags/6.0.8/images/reddot.jpg (added)
-
tags/6.0.8/index.html (added)
-
tags/6.0.8/logs (added)
-
tags/6.0.8/logs/errorlog.txt (added)
-
tags/6.0.8/logs/index.html (added)
-
tags/6.0.8/logs/log.txt (added)
-
tags/6.0.8/pages (added)
-
tags/6.0.8/pages/activate.php (added)
-
tags/6.0.8/pages/backup.php (added)
-
tags/6.0.8/pages/browser.php (added)
-
tags/6.0.8/pages/cron.php (added)
-
tags/6.0.8/pages/functions.php (added)
-
tags/6.0.8/pages/help.php (added)
-
tags/6.0.8/pages/index.html (added)
-
tags/6.0.8/pages/main.php (added)
-
tags/6.0.8/pages/restore.php (added)
-
tags/6.0.8/pages/wp.php (added)
-
tags/6.0.8/readme.txt (added)
-
tags/6.0.8/screenshot-1.png (added)
-
tags/6.0.8/screenshot-2.png (added)
-
tags/6.0.8/screenshot-3.png (added)
-
tags/6.0.8/screenshot-4.png (added)
-
tags/6.0.8/screenshot-5.png (added)
-
tags/6.0.8/screenshot-6.png (added)
-
tags/6.0.8/screenshot-7.png (added)
-
tags/6.0.8/wp-ezbackup.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-ezbackup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-ez-backup/tags/6.0.2/functions/routine/functions.sh
r597836 r598675 51 51 echo " ..Backup Directory Does not Exist" 52 52 echo " .. 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"; } 53 mkdir $tempdir || { 54 echo " ..FAILED TO CREATE DIRECTORY"; 55 echo " ..Please ensure you have proper permissions to create folders in the directory Specified"; 56 echo " ..This Process will now EXIT"; 54 57 cd $webrootdir 55 58 if [ -d $tarnamebase$sqlpre ]; then … … 57 60 fi 58 61 exit 0; 62 } 59 63 fi 60 64 sleep 3 -
wordpress-ez-backup/trunk/readme.txt
r598382 r598675 1 1 === WordPress EZ Backup === 2 Author: Jonathan-Garber 3 Donate link: http://lastnightsdesigns.com/ wordpress-ez-backup/2 Contributors: SangrelX 3 Donate link: http://lastnightsdesigns.com/?page_id=121 4 4 Tags: easy, backup, files, database, mysql, site 5 5 Requires at least: 2.8.2 6 6 Tested up to: 3.4.2 7 Stable tag: 6.0. 77 Stable tag: 6.0.8 8 8 9 9 Backup & Archive your site & Database all from this easy to use plugin. Many robust features included. … … 116 116 117 117 == 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 118 121 119 122 = 6.0.7 = -
wordpress-ez-backup/trunk/wp-ezbackup.php
r598373 r598675 9 9 Description: 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. 10 10 11 Version: 6.0. 711 Version: 6.0.8 12 12 13 13 Author: Jonathan Garber
Note: See TracChangeset
for help on using the changeset viewer.