mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Consistently uses singular and plural names for options in config and CLI BREAKING CHANGE: This requires to adapt CLI calls and config keys. Affected options: - `glob` -> `globs` in config profile - `iglob` -> `iglobs` in config profile - `glob`-file -> `glob-files` in config profile - `iglob-file` -> `iglob-files` in config profile - `custom-ignore-file` -> `custom-ignore-files` in config profile - `tag`-> `tags` in config profile - `keep-tags` -> now only array - `keep-ids` -> now only array - `use-profile`-> `use-profiles` in config profile - `backup.sources` -> `backup.snapshots` in config profile - `filter-host` -> `filter-hosts` in config profile - `filter-label` -> `filter-labels` in config profile --------- Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| completions-fixtures | ||
| show-config-fixtures | ||
| backup_restore.rs | ||
| completions.rs | ||
| config.rs | ||
| show-config.rs | ||