Skip to content

Commit

Permalink
Allow running missed snapshots on Kopia start (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhracturedBlue authored Sep 17, 2023
1 parent 0411dea commit 6c2a2d4
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 6c2a2d4

Please sign in to comment.