Skip to content

Commit

Permalink
improve log wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Roy Almerol committed Nov 12, 2024
1 parent ee21504 commit 8d545a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/agent/sftp/filelister.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func skipFile(path string, fileInfo os.FileInfo) bool {
`C:\Users\*\AppData\Roaming\Zoom\data`,
`C:\Users\*\AppData\Roaming\Zoom\logs`,
`C:\Users\*\AppData\Local\BraveSoftware`,
`C:\Users\*\AppData\**log`,
`C:\Users\*\AppData\**log**`,
}

normalizedPath := strings.TrimPrefix(path, "C:\\Windows\\TEMP\\pbs-plus-vss\\")
Expand Down

0 comments on commit 8d545a4

Please sign in to comment.