HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

resticprofile unschedule — The command removes jobs for schedules declared in the selected profile or group (or of all profiles

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theremovescommandcliresticprofile unscheduleforjobs

Problem

How to use the resticprofile unschedule command: 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>.

Solution

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

Code Snippets

Unschedule a backup for a specific profile

resticprofile unschedule {{[-n|--name]}} "{{profile_name}}"

Unschedule all backups

resticprofile unschedule --all

Context

tldr-pages: common/resticprofile unschedule

Revisions (0)

No revisions yet.