Make snapshots dirs in mount command customizable

This commit is contained in:
Alexander Weiss
2020-09-03 20:31:57 +02:00
committed by Michael Eischer
parent 57f4003f2f
commit 1751afae26
4 changed files with 63 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Make snapshot directory structure of mount command custimizable
We've added the possibility to customize the snapshot directory structure of the mount command.
This includes using subdirectories which is now also possible within time template and tags.
https://github.com/restic/restic/issues/2907
https://github.com/restic/restic/pull/2913