0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.7.0.2-6
/
standard
/
htdocs
/
app
/
code
/
core
/
Mage
/
Backup
/
etc
/
[
Home
]
File: system.xml
<?xml version="1.0"?> <!-- /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category Mage * @package Mage_Backup * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ --> <config> <sections> <system> <groups> <backup translate="label" module="backup"> <label>Scheduled Backup Settings</label> <frontend_type>text</frontend_type> <sort_order>500</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> <fields> <enabled translate="label"> <label>Enable Scheduled Backup</label> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>10</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> </enabled> <type translate="label"> <label>Backup Type</label> <frontend_type>select</frontend_type> <depends><enabled>1</enabled></depends> <source_model>backup/config_source_type</source_model> <sort_order>20</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> </type> <time translate="label"> <label>Start Time</label> <frontend_type>time</frontend_type> <depends><enabled>1</enabled></depends> <sort_order>30</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> </time> <frequency translate="label"> <label>Frequency</label> <frontend_type>select</frontend_type> <depends><enabled>1</enabled></depends> <source_model>adminhtml/system_config_source_cron_frequency</source_model> <backend_model>backup/config_backend_cron</backend_model> <sort_order>40</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> </frequency> <maintenance translate="label comment"> <label>Maintenance Mode</label> <comment>Put store on the maintenance mode while backup's creation</comment> <frontend_type>select</frontend_type> <depends><enabled>1</enabled></depends> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>50</sort_order> <show_in_default>1</show_in_default> <show_in_website>0</show_in_website> <show_in_store>0</show_in_store> </maintenance> </fields> </backup> </groups> </system> </sections> </config>