This commit is contained in:
Axel Kittenberger 2010-11-17 14:00:15 +00:00
parent f3df2d7b80
commit a3424ed034

View File

@ -2380,7 +2380,7 @@ local default_rsync = {
spawn(elist, "/usr/bin/rsync",
"<", paths,
"--delete",
config.rsyncOps .. "d",
config.rsyncOps .. "r",
"--include-from=-",
"--exclude=*",
config.source, config.target)
@ -2448,7 +2448,7 @@ local default_rsyncssh = {
log("Normal", "rsyncing list\n", spaths)
spawn(elist, "/usr/bin/rsync",
"<", spaths,
config.rsyncOps .. "d",
config.rsyncOps .. "r",
"--delete",
"--include-from=-",
"--exclude=*",