From: Wayne Davison Date: Fri, 1 Oct 2021 20:24:51 +0000 (-0700) Subject: Add a couple more options to rrsync. X-Git-Tag: v3.2.4pre1~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c27180c044fde7ef7970eabc01f284f80b8d3141;p=thirdparty%2Frsync.git Add a couple more options to rrsync. --- diff --git a/support/rrsync b/support/rrsync index e9659919..438e3a24 100644 --- a/support/rrsync +++ b/support/rrsync @@ -95,6 +95,7 @@ our %long_opt = ( 'files-from' => 3, 'force' => 0, 'from0' => 0, + 'fsync' => 2, 'fuzzy' => 0, 'group' => 0, 'groupmap' => 1, @@ -119,6 +120,7 @@ our %long_opt = ( 'modify-window' => 1, 'msgs2stderr' => 0, 'new-compress' => 0, + 'no-W' => 0, 'no-implied-dirs' => 0, 'no-msgs2stderr' => 0, 'no-r' => 0,