fuse/mount: Add option for snapshot template

This commit is contained in:
Alexander Neumann
2018-01-14 14:22:08 +01:00
parent f49f5c5903
commit 97565d68a2
4 changed files with 61 additions and 26 deletions

View File

@@ -16,10 +16,11 @@ import (
// Config holds settings for the fuse mount.
type Config struct {
OwnerIsRoot bool
Host string
Tags []restic.TagList
Paths []string
OwnerIsRoot bool
Host string
Tags []restic.TagList
Paths []string
SnapshotTemplate string
}
// Root is the root node of the fuse mount of a repository.