rustic/tests
aawsome 9980a36b7d
fix(config)!: multiple paths in config profile as array (#1124)
-- BREAKING CHANG --

Using multiple paths for a sources in the config file caused many
problems as the syntax was unclear and problems existed in edge cases.

This PR changes the definition of sources in config profile files:
- a single path path can be specified as before, i.e. using `source =
"/my/path"`.
- multiple paths must now be given in an array:
```
source = ["/my/path1", "/my/path2"]
```

Note that 
```
source = "/my/path1 /my/path2"
```
is now interpreted a a single path using the dir-tree "my","path1 "
(with space), "my", "path2".

closes #1122
closes #1094
2024-04-18 16:03:39 +02:00
..
completions-fixtures release: rustic-rs v0.7.0 (#1035) 2024-02-03 21:22:28 +00:00
show-config-fixtures fix(config)!: multiple paths in config profile as array (#1124) 2024-04-18 16:03:39 +02:00
backup_restore.rs test: refactor integration tests to assert_cmd and predicates, test all configs in config subdirectory (#1060) 2024-02-29 20:04:19 +00:00
completions.rs Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
config.rs test: refactor integration tests to assert_cmd and predicates, test all configs in config subdirectory (#1060) 2024-02-29 20:04:19 +00:00
show-config.rs feat(commands)!: show-config now outputs toml (#1095) 2024-04-10 06:55:01 +02:00