Kind
{{if $page.IsNew}}
What does this schedule do?
backup — snapshot the configured paths
forget — apply retention policy (rewrite the snapshot index)
backup reads files and writes a snapshot.
forget trims the index by your Keep-* rules without deleting data —
an admin-only prune job (P2-06) reclaims the disk space later.
Other kinds (prune , check , unlock ) land in P2-06..08.
{{else}}
Kind: {{$page.Kind}}
— immutable on edit; delete and recreate to switch kind.
{{end}}
When
Manual schedule — no cron, only fires when you click Run-now
Paths
Backup paths · one per line
What restic backup walks. The agent runs as root with CAP_DAC_READ_SEARCH , so any readable path is fair game.
Excludes · optional, one per line
Passed straight through as --exclude args.
Tags · optional
Retention · optional, all blank = keep everything
Applied by restic forget when the prune job kind lands in P2-05. Mirrors restic's --keep-* flags one-for-one.
Bandwidth · optional
Enabled
— uncheck to keep the row but stop it from firing.
{{if $page.IsNew}}Create schedule{{else}}Save changes{{end}}
Cancel