rsync: Add missing dirs long option

This commit is contained in:
Nebojša Cvetković
2025-11-25 13:30:46 +00:00
committed by Andrew Tridgell
parent 797e17fc4a
commit 1f9ce2fcbe

View File

@@ -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,