| | |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string" /> |
| | | </function-arg-def> |
| | | <function-arg-def name="schedulePattern" type="optional"> |
| | | <function-arg-description> |
| | | Indicates the task is recurring and will be scheduled |
| | | according to the value argument expressed in crontab(5) |
| | | compatible time/date pattern |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | </function-map-args> |
| | | |
| | | <sequence> |
| | |
| | | if startTask: |
| | | STAFCmdParamsList.append('-t %s' % startTask) |
| | | |
| | | if schedulePattern: |
| | | STAFCmdParamsList.append('--recurringTask %s' % schedulePattern) |
| | | |
| | | STAFCmdParams=' '.join(STAFCmdParamsList) |
| | | |
| | | </script> |
| | |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string" /> |
| | | </function-arg-def> |
| | | <function-arg-def name="schedulePattern" type="optional"> |
| | | <function-arg-description> |
| | | Indicates the task is recurring and will be scheduled |
| | | according to the value argument expressed in crontab(5) |
| | | compatible time/date pattern |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | </function-map-args> |
| | | |
| | | <sequence> |
| | |
| | | if startTask: |
| | | STAFCmdParamsList.append('-t %s' % startTask) |
| | | |
| | | if schedulePattern: |
| | | STAFCmdParamsList.append('--recurringTask %s' % schedulePattern) |
| | | |
| | | STAFCmdParams=' '.join(STAFCmdParamsList) |
| | | |
| | | </script> |
| | |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string" /> |
| | | </function-arg-def> |
| | | <function-arg-def name="schedulePattern" type="optional"> |
| | | <function-arg-description> |
| | | Indicates the task is recurring and will be scheduled |
| | | according to the value argument expressed in crontab(5) |
| | | compatible time/date pattern |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | <function-arg-def name="backupID" type="optional"> |
| | | <function-arg-description> |
| | | Use the provided identifier for the backup |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | </function-map-args> |
| | | |
| | | <sequence> |
| | |
| | | if startTask: |
| | | STAFCmdParamsList.append('-t %s' % startTask) |
| | | |
| | | if schedulePattern: |
| | | STAFCmdParamsList.append('--recurringTask %s' % schedulePattern) |
| | | |
| | | if backupID: |
| | | STAFCmdParamsList.append('-I %s' % backupID) |
| | | |
| | | |
| | | STAFCmdParams=' '.join(STAFCmdParamsList) |
| | | |
| | | </script> |
| | |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string" /> |
| | | </function-arg-def> |
| | | <function-arg-def name="schedulePattern" type="optional"> |
| | | <function-arg-description> |
| | | Indicates the task is recurring and will be scheduled |
| | | according to the value argument expressed in crontab(5) |
| | | compatible time/date pattern |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | <function-arg-def name="backupID" type="optional"> |
| | | <function-arg-description> |
| | | Use the provided identifier for the backup |
| | | </function-arg-description> |
| | | <function-arg-property name="type" value="string"/> |
| | | </function-arg-def> |
| | | </function-map-args> |
| | | <sequence> |
| | | |
| | |
| | | if startTask: |
| | | STAFCmdParamsList.append('-t %s' % startTask) |
| | | |
| | | if schedulePattern: |
| | | STAFCmdParamsList.append('--recurringTask %s' % schedulePattern) |
| | | |
| | | if backupID: |
| | | STAFCmdParamsList.append('-I %s' % backupID) |
| | | |
| | | STAFCmdParams=' '.join(STAFCmdParamsList) |
| | | |
| | | </script> |