resticprofile-unschedule

Remove scheduled restic backup jobs

TLDR

Remove scheduled backup
$ resticprofile unschedule [profile]
Remove all schedules
$ resticprofile unschedule --all

SYNOPSIS

resticprofile unschedule [options] [profile]

DESCRIPTION

resticprofile unschedule removes scheduled backup jobs created by resticprofile schedule. Removes systemd timers, launchd jobs, or Windows Task Scheduler entries.

PARAMETERS

profile

Profile name to unschedule.
--all
Remove all scheduled profiles.

INSTALL

brew install resticprofile
nix profile install nixpkgs#resticprofile

SEE ALSO

resticprofile(1), resticprofile-schedule(1)