snippetbashTip
resticprofile schedule — Schedule backups and run them in the background. See also: `restic`, `resticprofile`, `resticprofile
Viewed 0 times
schedulecommandrunandresticprofile scheduleclithembackups
Problem
How to use the
resticprofile schedule command: Schedule backups and run them in the background. See also: restic, resticprofile, resticprofile-unschedule. More information: <https://creativeprojects.github.io/resticprofile/schedules/configuration/index.html>.Solution
resticprofile schedule — Schedule backups and run them in the background. See also: restic, resticprofile, resticprofile-unschedule. More information: <https://creativeprojects.github.io/resticprofile/schedules/configuration/index.html>.Schedule default profile:
resticprofile scheduleSchedule a profile (default profile is "default"):
resticprofile --name "{{group_name}}" scheduleSchedule all profiles:
resticprofile schedule --allDon't start the job after installing:
resticprofile schedule --no-startDisplay status of scheduled jobs for a profile:
resticprofile status {{[-n|--name]}} {{profile_name}}Run a scheduled job manually (used by system scheduler):
resticprofile run-schedule "backup@{{profile_name}}"Code Snippets
Schedule default profile
resticprofile scheduleSchedule a profile (default profile is "default")
resticprofile --name "{{group_name}}" scheduleSchedule all profiles
resticprofile schedule --allDon't start the job after installing
resticprofile schedule --no-startDisplay status of scheduled jobs for a profile
resticprofile status {{[-n|--name]}} {{profile_name}}Context
tldr-pages: common/resticprofile schedule
Revisions (0)
No revisions yet.