2022-08-23 23:21:01 +00:00
|
|
|
Enhancement: Make snapshot directory structure of `mount` command customizable
|
2020-09-03 18:31:57 +00:00
|
|
|
|
2022-08-05 21:46:13 +00:00
|
|
|
We've added the possibility to customize the snapshot directory structure of
|
2022-08-23 23:21:01 +00:00
|
|
|
the `mount` command using templates passed to the `--snapshot-template` option.
|
|
|
|
The formatting of snapshots' timestamps is now controlled using `--time-template`
|
2022-08-05 21:46:13 +00:00
|
|
|
and supports subdirectories to for example group snapshots by year. Please
|
2022-08-23 23:21:01 +00:00
|
|
|
see `restic help mount` for further details.
|
2020-09-03 18:31:57 +00:00
|
|
|
|
2022-08-19 16:17:57 +00:00
|
|
|
Characters in tag names which are not allowed in a filename are replaced by
|
|
|
|
underscores `_`. For example a tag `foo/bar` will result in a directory name
|
|
|
|
of `foo_bar`.
|
|
|
|
|
2020-09-03 18:31:57 +00:00
|
|
|
https://github.com/restic/restic/issues/2907
|
|
|
|
https://github.com/restic/restic/pull/2913
|
2022-08-19 16:17:57 +00:00
|
|
|
https://github.com/restic/restic/pull/3691
|