mirror of
https://github.com/restic/restic.git
synced 2025-10-09 21:40:49 +00:00
fuse/mount: Add option for snapshot template
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user