commands.sh

resticprofile schedule

all

Schedule backups and run them in the background. See also: `restic`, `resticprofile`, `resticprofile-unschedule`.

More info →

Options (1)

-n, --nameboolean

Display status of scheduled jobs for a profile

Example: resticprofile status {{[-n|--name]}} {{profile_name}}

Examples (6)

Schedule default profile

Schedule a profile (default profile is "default")

resticprofile --name "group_name" schedule

Schedule all profiles

Don't start the job after installing

Display 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"
made by @shridhargupta | data from tldr-pages