Add checkgauge in lpostcmd

This commit is contained in:
Timo Teräs 2015-01-30 09:25:53 +02:00
parent 5b76dc1cb6
commit abbf307b97
1 changed files with 8 additions and 0 deletions

View File

@ -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,