rustic/config/services
aawsome 86fa8551f4
fix(config)!: use multiple options only as array in config profile (#1240)
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>
2024-09-23 15:04:45 +00:00
..
b2.toml feat: Allow setting extra repository options via env variables (#1081) 2024-02-28 20:31:00 +01:00
rclone_ovh-hot-cold.toml fix(config)!: use multiple options only as array in config profile (#1240) 2024-09-23 15:04:45 +00:00
s3_aws.toml feat(config): add s3_idrive config and move configs to a services subdirectory (#1048) 2024-02-05 08:15:40 +00:00
s3_idrive.toml feat(config): add s3_idrive config and move configs to a services subdirectory (#1048) 2024-02-05 08:15:40 +00:00
sftp_hetzner_sbox.toml feat(config): add s3_idrive config and move configs to a services subdirectory (#1048) 2024-02-05 08:15:40 +00:00
sftp.toml feat(config): add s3_idrive config and move configs to a services subdirectory (#1048) 2024-02-05 08:15:40 +00:00
webdav_owncloud_nextcloud.toml fix(config): add comments for owncloud and nextcloud dependent settings 2024-02-06 15:40:34 +01:00