[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] New rsync on remote site adds more options



---
 mirror/ssh-wrap |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mirror/ssh-wrap b/mirror/ssh-wrap
index c5ecd93..2a572d9 100755
--- a/mirror/ssh-wrap
+++ b/mirror/ssh-wrap
@@ -78,8 +78,8 @@ farm_journal_fetch() {
 do_rsync() {
 	local allowed_command_prefixes
 	allowed_rsyncs=(
-		'^--server --sender -v?logDtprze\.iL \. dumps/$'
-		'^--server --sender -v?logDtprze\.iL \. farm/[0-9a-f][0-9a-f]/$'
+		'^--server --sender -v?logDtprze\.iLs?f? \. dumps/$'
+		'^--server --sender -v?logDtprze\.iLs?f? \. farm/[0-9a-f][0-9a-f]/$'
 	)
 	for cmd_idx in ${!allowed_rsyncs[*]}; do
 		allowed="${allowed_rsyncs[$cmd_idx]}"
-- 
1.7.2.3



Reply to: