ArielGlenn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/286240

Change subject: don't try to preserve owner/group for kiwix local mirror
......................................................................

don't try to preserve owner/group for kiwix local mirror

Change-Id: I5e1da78c136c2a632a044791988b69fde3b407a9
---
M modules/dataset/files/kiwix-rsync-cron.sh
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/40/286240/1

diff --git a/modules/dataset/files/kiwix-rsync-cron.sh 
b/modules/dataset/files/kiwix-rsync-cron.sh
index 3b056eb..f6d9b1f 100644
--- a/modules/dataset/files/kiwix-rsync-cron.sh
+++ b/modules/dataset/files/kiwix-rsync-cron.sh
@@ -9,9 +9,9 @@
     srcpath=$1
     destpath=$2
 
-    running=`pgrep -f -x "/usr/bin/rsync -rlptqgo $bwlimit 
${sourcehost}::${srcpath} ${destroot}/${destpath}"`
+    running=`pgrep -f -x "/usr/bin/rsync -rlptq $bwlimit 
${sourcehost}::${srcpath} ${destroot}/${destpath}"`
     if [ -z "$running" ]; then
-        /usr/bin/rsync -rlptqgo "$bwlimit" "${sourcehost}::${srcpath}" 
"${destroot}/${destpath}"
+        /usr/bin/rsync -rlptq "$bwlimit" "${sourcehost}::${srcpath}" 
"${destroot}/${destpath}"
     fi
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/286240
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e1da78c136c2a632a044791988b69fde3b407a9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to