We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0ecd9 commit 9e5efeaCopy full SHA for 9e5efea
1 file changed
scan/rsync.go
@@ -56,7 +56,7 @@ func (r *RsyncScanner) Scan(rsyncURL, identifier string, conn redis.Conn, stop c
56
// Don't use the local timezone, use UTC
57
env = append(env, "TZ=UTC")
58
59
- cmd := exec.Command("rsync", "-r", "--no-motd", "--timeout=30", "--contimeout=30", u.String())
+ cmd := exec.Command("rsync", "-r", "--no-motd", "--timeout=30", "--contimeout=30", "--exclude=.~tmp~/", u.String())
60
61
// Setup the environnement
62
cmd.Env = env
0 commit comments