]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add a couple more options to rrsync.
authorWayne Davison <wayne@opencoder.net>
Fri, 1 Oct 2021 20:24:51 +0000 (13:24 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 1 Oct 2021 20:24:51 +0000 (13:24 -0700)
support/rrsync

index e9659919633b2c9dae401f45616ca0186b6a669d..438e3a24a46952644d9f2eec75f9d571e605153e 100644 (file)
@@ -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,