active = isset($_REQUEST['_active']); switch ($_REQUEST['repeat_type']) { case DUP_PRO_Schedule_Repeat_Types::Hourly: $_REQUEST['run_every'] = $_REQUEST['_run_every_hours']; DUP_PRO_LOG::trace("run every hours: " . $_REQUEST['_run_every_hours']); break; case DUP_PRO_Schedule_Repeat_Types::Daily: $_REQUEST['run_every'] = $_REQUEST['_run_every_days']; DUP_PRO_LOG::trace("run every days: " . $_REQUEST['_run_every_days']); break; case DUP_PRO_Schedule_Repeat_Types::Monthly: $_REQUEST['run_every'] = $_REQUEST['_run_every_months']; DUP_PRO_LOG::trace("run every months: " . $_REQUEST['_run_every_months']); break; case DUP_PRO_Schedule_Repeat_Types::Weekly: $schedule->set_weekdays_from_request($_REQUEST); break; } $schedule->storage_ids = $_REQUEST['_storage_ids']; $schedule->set_start_date_time($_REQUEST['_start_time']); $schedule->set_post_variables($_REQUEST); $schedule->build_cron_string(); $schedule->next_run_time = $schedule->get_next_run_time(); $schedule->save(); $was_updated = true; } else if ($_REQUEST['action'] == 'copy-schedule') { $source_id = $_REQUEST['duppro-source-schedule-id']; if ($source_id != -1) { $schedule->copy_from_source_id($source_id); $schedule->save(); } } } $schedules = DUP_PRO_Schedule_Entity::get_all(); $schedule_count = count($schedules); ?>
0) : ?> " onclick="DupPro.Schedule.Copy()"> " onclick="DupPro.Schedule.Copy()" disabled="disabled">

getTemplate()) !== false) { $schedule->recoveableHtmlInfo(); } else { _e('Unavailable', 'duplicator-pro'); ?> " data-tooltip="">

[]
" target="edit-template"> "> " data-tooltip="
Choose from an existing template or create a new one by clicking ' . 'the "Add New Template" button. To edit a template, select it and then click the "Edit Selected Template" button.'); ?>">
is_authorized()) { continue; } //Sometime storage is authorized // then server downgrade to lower php version // For ex. When storage is added PHP CURL extension enabled // But now It is disabled, It cause to fatal error // in the Package creation step 1 if (!DUP_PRO_StorageSupported::isStorageObjStorageTypeSupported($storage)) { continue; } $i++; $is_checked = in_array($storage->id, $schedule->storage_ids); $mincheck = ($i == 1) ? 'data-parsley-mincheck="1" data-parsley-required="true"' : ''; ?> package-detail' style="display: none">
name="_storage_ids[]" type="checkbox" value="id; ?>" class="delete-chk" /> name; ?> get_storage_type_string(); echo $store_type; ?> get_storage_location_string(); echo (($store_type == 'Local') || ($store_type == 'Google Drive') || $store_type == 'Amazon S3') ? $store_location : "" . urldecode($store_location) . ""; ?>
Notes:
Directories: E:/somepath/path1
E:/somepath/path2
File Extensions: ext1; ext2
" data-tooltip="
' . $frequency_note; ?>">

" data-tooltip="">
is_day_set('mon')); ?> value="mon" name="weekday[]" type="checkbox" id="repeat-weekly-mon" data-parsley-group="weekly" required data-parsley-class-handler="#repeat-weekly-area" data-parsley-error-message="" data-parsley-no-focus data-parsley-errors-container="#weekday-errors" />
is_day_set('tue')); ?> value="tue" name="weekday[]" type="checkbox" id="repeat-weekly-tue" />
is_day_set('wed')); ?> value="wed" name="weekday[]" type="checkbox" id="repeat-weekly-wed" />
is_day_set('thu')); ?> value="thu" name="weekday[]" type="checkbox" id="repeat-weekly-thu" />
is_day_set('fri')); ?> value="fri" name="weekday[]" type="checkbox" id="repeat-weekly-fri" />
is_day_set('sat')); ?> value="sat" name="weekday[]" type="checkbox" id="repeat-weekly-sat" />
is_day_set('sun')); ?> value="sun" name="weekday[]" type="checkbox" id="repeat-weekly-sun" />
 

Note: Schedules require web site traffic in order to start a build. If you set a start time of 06:00 daily but do not get any traffic ' . 'till 10:00 then the build will not start until 10:00. If you have low traffic consider setting up a cron job to periodically hit your site or check out ' . 'the free web monitoring tools found on our partners page.'), array( 'b' => array(), 'a' => array( 'href' => array(), 'target' => array() ) ) ); ?>

active); ?>>