Skip to content
Snippets Groups Projects
Commit ceea8ba8 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Merge branch 'syncarchive-drop-delay-updates-option' into 'master'

syncarchive: Drop --delay-updates; breaks incremental scan

See merge request !472
parents 86225110 9fd5d458
No related branches found
No related tags found
1 merge request!472syncarchive: Drop --delay-updates; breaks incremental scan
Pipeline #10007 passed
......@@ -11,7 +11,7 @@ exec 9>"${lock}"
flock -n 9 || exit
rsync_cmd() {
local -a cmd=(rsync -rlptH --safe-links --delete-delay --delay-updates
local -a cmd=(rsync -rlptH --safe-links --delete-delay
"--timeout=600" "--contimeout=60" --no-motd)
if stty &>/dev/null; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment