create_schedule
Create a backup schedule container with start time, frequency, active weekdays, and optional latest start time. Define when and how often Duplicacy runs backup jobs.
Instructions
Create a backup schedule (container for one or more jobs).
Args: name: Schedule name, unique in duplicacy-web. start_time: Daily start time as HH:MMAM/PM, e.g. "02:00AM" or "10:35AM". frequency: Interval in seconds (86400 = daily). days: 7-char bitmask of active weekdays, built Sunday-first, "1111111" = every day, "0000000" = never (disabled). max_time: Latest time of day the schedule may start, HH:MMAM/PM. "00:00" = no limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | 1111111 | |
| name | Yes | ||
| max_time | No | 00:00 | |
| frequency | No | ||
| start_time | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |