fix(backup): Switch tags cobra type to handle comma-separated list

This commit is contained in:
Quentin Lemaire
2020-11-14 15:48:56 +00:00
parent 913a34f568
commit ae441d3134
2 changed files with 3 additions and 3 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