mirror of
https://github.com/restic/restic.git
synced 2025-12-03 23:11:47 +00:00
fix(backup): Switch tags cobra type to handle comma-separated list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user