Changeset 721073
- Timestamp:
- 05/31/2013 10:21:53 PM (13 years ago)
- Location:
- dbc-backup-2/trunk
- Files:
-
- 3 edited
-
dbcbackup-options.php (modified) (2 diffs)
-
dbcbackup.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dbc-backup-2/trunk/dbcbackup-options.php
r617533 r721073 2 2 /* 3 3 Plugin Options for DBC Backup 2 4 Plugin URI: http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin5 Version: 2.16 Author: Damien Saunders7 Author URI: http://damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin8 License: GPLv2 or later9 4 */ 10 5 if ( ! defined( 'ABSPATH' ) ) exit; 11 6 if(!defined('WP_ADMIN') OR !current_user_can('manage_options')) wp_die(__('You do not have sufficient permissions to access this page.')); 12 7 13 dbcbackup_locale();8 // dbcbackup_locale(); 14 9 $cfg = get_option('dbcbackup_options'); 15 10 if($_POST['quickdo'] == 'dbc_logerase') … … 181 176 <tr valign="top"> 182 177 <th scope="row" nowrap="nowrap"><?php _e('Export Directory:', 'dbcbackup'); ?></th> 183 <td><input size="40" type="text" name="export_dir" value="<?php echo attribute_escape($cfg['export_dir']); ?>" /><br />184 <?php _e(' Full Path e.g. /home/path/to/public_html/databack', 'dbcbackup'); ?></td>178 <td><input size="40" type="text" name="export_dir" value="<?php echo esc_attr($cfg['export_dir']); ?>" /><br /> 179 <?php _e('Use ../wp-content/backup or a full path like e.g. /home/username/public_html/databack', 'dbcbackup'); ?></td> 185 180 </tr> 186 181 <tr valign="top"> -
dbc-backup-2/trunk/dbcbackup.php
r617533 r721073 2 2 /* 3 3 Plugin Name: DBC Backup 2 4 Plugin URI: http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin 4 Plugin URI: http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=source 5 5 Description: Safe & easy backup for your WordPress database. Just schedule and forget. 6 Version: 2. 1.16 Version: 2.2 7 7 Author: Damien Saunders 8 Author URI: http://damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin 8 Author URI: http://damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=source 9 9 License: GPLv2 or later 10 10 */ -
dbc-backup-2/trunk/readme.txt
r659032 r721073 2 2 Contributors: damiensaunders 3 3 Donate link: 4 Tags: Database, Cron, Backup, Schedule, SQL 4 Tags: Database, Cron, Backup, Schedule, SQL, data, extract 5 5 Requires at least: 3.0 6 Tested up to: 3. 57 Stable tag: 2.1. 16 Tested up to: 3.6 7 Stable tag: 2.1.2 #stable tag not the same as the SVN commit tag 8 8 9 9 DBC Backup 2 is a safe & simple way to schedule regular WordPress database backups using the wp-cron batch jobs. … … 25 25 The plugin will try to auto create the export directory 26 26 27 During backup, a log will be generated whichincludes, the generation date, file, filesize, status and the duration of the generation.27 During backup, a log is created that includes, the generation date, file, filesize, status and the duration of the generation. 28 28 29 29 The backup files are identical to what phpmyadmin would produce because DBC Backup is using the key procedures of phpmyadmin. … … 31 31 DBC Backup was built to be fast, flexible and as simple as possible. 32 32 33 I've used this plugin for several years and was disappointed that the author Chris T aka Tefra no longer maintained it so I have forked it. I tried to contact the author but without any luck.34 33 35 34 = Checkout my other work = 36 * [Damien](http://damien.co/blog?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin) - digital marketing strategy, technical development and digital marketing 37 * [Ideas for WordPress](http://wordpress.damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin) 38 * [Plugins for WordPress](http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin) 35 36 == CHANGE YOUR WEBSITE NOT YOUR THEME == responsive visual grid layout with Isotope.js & visual animation. [Free to download](http://wordpress.damien.co/shop/isotope/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme) 37 38 39 * [Damien](http://damien.co/blog?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme) - digital marketing strategy, technical development and digital marketing 40 * [Ideas for WordPress](http://wordpress.damien.co/?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme) 41 * [Plugins for WordPress](http://wordpress.damien.co/plugins?utm_source=WordPress&utm_medium=dbc-backup&utm_campaign=WordPress-Plugin&utm_keyword=readme) 39 42 40 43 41 44 == Changelog == 45 46 = Version 2.2 = 47 - Killed a few bugs. Getting this ready for the next WordPress 3.6 42 48 43 49 = Version 2.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.