commands.sh

resticprofile

all

Configuration profiles manager for restic backup. See also: `restic`, `resticprofile-schedule`, `resticprofile-unschedule`.

More info →

Options (1)

-n, --nameboolean

Run a backup with a specific profile (default profile is "default")

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

Examples (7)

List all saved snapshots

Run a backup on the default profile

Run a backup with a specific profile (default profile is "default")

resticprofile [-n|--name] "profile_name" backup

Run in dry-run mode and show the underlying restic commands

resticprofile --dry-run backup

Display the names of all profiles from the configuration file

resticprofile profiles

Generate shell completions

resticprofile generate --bash-completion|--zsh-completion

Show all details of a profile

resticprofile show [-n|--name] "profile_name"
made by @shridhargupta | data from tldr-pages