From: Nebojša Cvetković Date: Tue, 25 Nov 2025 13:30:46 +0000 (+0000) Subject: rsync: Add missing `dirs` long option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9ce2fcbe919ebc8b2d4a07b700c0baf61ce78e;p=thirdparty%2Frsync.git rsync: Add missing `dirs` long option --- diff --git a/support/rrsync b/support/rrsync index 68e6fd8b..56389c52 100755 --- a/support/rrsync +++ b/support/rrsync @@ -60,6 +60,7 @@ long_opts = { 'delete-during': 0, 'delete-excluded': 0, 'delete-missing-args': 0, + 'dirs': 0, 'existing': 0, 'fake-super': 0, 'files-from': 3,