From 451bb37d97640614e1cd342b49a525f3a609896c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neboj=C5=A1a=20Cvetkovi=C4=87?= Date: Tue, 25 Nov 2025 13:30:46 +0000 Subject: [PATCH] rsync: Add missing `dirs` long option --- support/rrsync | 1 + 1 file changed, 1 insertion(+) 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,