mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 03:48:25 +00:00
Fix display of warning about ignored filters
This commit is contained in:
parent
d3fcfeba3a
commit
a7b4c19abf
@ -22,10 +22,10 @@ func FindFilteredSnapshots(ctx context.Context, repo *repository.Repository, hos
|
||||
// Process all snapshot IDs given as arguments.
|
||||
for _, s := range snapshotIDs {
|
||||
if s == "latest" {
|
||||
usedFilter = true
|
||||
id, err = restic.FindLatestSnapshot(ctx, repo, paths, tags, hosts)
|
||||
if err != nil {
|
||||
Warnf("Ignoring %q, no snapshot matched given filter (Paths:%v Tags:%v Hosts:%v)\n", s, paths, tags, hosts)
|
||||
usedFilter = true
|
||||
continue
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user