Files
cheatsheet-tldr/tldr/resticprofile-unschedule
2025-09-13 00:17:31 +00:00

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`