Skip to content

Commit

Permalink
Allow running missed snapshots on Kopia start
Browse files Browse the repository at this point in the history
  • Loading branch information
PhracturedBlue committed Sep 16, 2023
1 parent c266971 commit 06398bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/PolicyEditor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,13 @@ export class PolicyEditor extends Component {
</ValueColumn>
{EffectiveListValue(this, "scheduling.cron")}
</Row>
<Row>
<LabelColumn name="Run Missed Snapshots on Startup" help="Immediately run any missed snapshots when kopia starts (only relevant for Time-of-day snapshots)" />
<ValueColumn>
{OptionalBoolean(this, "", "policy.scheduling.runMissed", "inherit from parent")}
</ValueColumn>
{EffectiveBooleanValue(this, "scheduling.runMissed")}
</Row>
<Row>
<LabelColumn name="Manual Snapshots Only" help="Only create snapshots manually (disables scheduled snapshots)" />
<ValueColumn>
Expand Down

0 comments on commit 06398bb

Please sign in to comment.