mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
580 B
Plaintext
19 lines
580 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# resticprofile unschedule
|
|
|
|
> The command removes jobs for schedules declared in the selected profile or group (or of all profiles and groups).
|
|
> See also: `restic`, `resticprofile`, `resticprofile-schedule`.
|
|
> More information: <https://creativeprojects.github.io/resticprofile/schedules/configuration/index.html>.
|
|
|
|
- Unschedule a backup for a specific profile:
|
|
|
|
`resticprofile unschedule {{[-n|--name]}} "{{profile_name}}"`
|
|
|
|
- Unschedule all backups:
|
|
|
|
`resticprofile unschedule --all`
|