resticprofile-schedule
Schedule restic backup profile jobs
TLDR
Schedule backup profile
$ resticprofile schedule [profile]
Schedule all profiles$ resticprofile schedule --all
Schedule with specific command$ resticprofile schedule [profile] --[backup]
SYNOPSIS
resticprofile schedule [options] [profile]
DESCRIPTION
resticprofile schedule creates scheduled jobs for restic backup profiles. Integrates with systemd timers, launchd, or Windows Task Scheduler. Part of resticprofile wrapper for restic backup.
PARAMETERS
profile
Profile name to schedule.--all
Schedule all profiles.--backup
Schedule backup command.--check
Schedule check command.--prune
Schedule prune command.
INSTALL
brew install resticprofile
nix profile install nixpkgs#resticprofile
SEE ALSO
resticprofile(1), restic(1), resticprofile-unschedule(1)