snippetbashTip
resticprofile — Configuration profiles manager for restic backup. See also: `restic`, `resticprofile-schedule`, `res
Viewed 0 times
profilesconfigurationcommandresticcliresticprofileformanager
Problem
How to use the
resticprofile command: Configuration profiles manager for restic backup. See also: restic, resticprofile-schedule, resticprofile-unschedule. More information: <https://creativeprojects.github.io/resticprofile/configuration/getting_started/index.html#write-your-first-configuration-file>.Solution
resticprofile — Configuration profiles manager for restic backup. See also: restic, resticprofile-schedule, resticprofile-unschedule. More information: <https://creativeprojects.github.io/resticprofile/configuration/getting_started/index.html#write-your-first-configuration-file>.List all saved snapshots:
resticprofileRun a backup on the default profile:
resticprofile backupRun a backup with a specific profile (default profile is "default"):
resticprofile {{[-n|--name]}} "{{profile_name}}" backupRun in dry-run mode and show the underlying restic commands:
resticprofile --dry-run backupDisplay the names of all profiles from the configuration file:
resticprofile profilesGenerate shell completions:
resticprofile generate {{--bash-completion|--zsh-completion}}Show all details of a profile:
resticprofile show {{[-n|--name]}} "{{profile_name}}"Code Snippets
List all saved snapshots
resticprofileRun a backup on the default profile
resticprofile backupRun a backup with a specific profile (default profile is "default")
resticprofile {{[-n|--name]}} "{{profile_name}}" backupRun in dry-run mode and show the underlying restic commands
resticprofile --dry-run backupDisplay the names of all profiles from the configuration file
resticprofile profilesContext
tldr-pages: common/resticprofile
Revisions (0)
No revisions yet.