Merge pull request #2690 from SkYNewZ/master

Fix #2688: Handle comma-separated list tags when using backup command
This commit is contained in:
MichaelEischer
2020-11-14 23:19:42 +01:00
committed by GitHub
6 changed files with 37 additions and 11 deletions
+1 -1
View File
@@ -717,7 +717,7 @@ func resolveRelativeTargets(filesys fs.FS, targets []string) ([]string, error) {
// SnapshotOptions collect attributes for a new snapshot.
type SnapshotOptions struct {
Tags []string
Tags restic.TagList
Hostname string
Excludes []string
Time time.Time