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

This commit is contained in:
Quentin Lemaire
2020-04-13 04:29:13 +02:00
parent 913a34f568
commit ae441d3134
2 changed files with 3 additions and 3 deletions

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