mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-05 16:12:32 +00:00
Add checkgauge in lpostcmd
This commit is contained in:
parent
5b76dc1cb6
commit
abbf307b97
@ -11,6 +11,14 @@ local rsyncpostcmd = {
|
||||
-- based on default rsync.
|
||||
default.rsync,
|
||||
|
||||
checkgauge = {
|
||||
default.rsync.checkgauge,
|
||||
host = true,
|
||||
targetdir = true,
|
||||
target = true,
|
||||
postcmd = true,
|
||||
},
|
||||
|
||||
-- for this config it is important to keep maxProcesses at 1, so
|
||||
-- the postcmds will only be spawned after the rsync completed
|
||||
maxProcesses = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user