Option '--files-from' is needed for my backups

This commit is contained in:
2026-07-15 09:21:38 +02:00
parent 0e70c4b2ee
commit 87c526058a

View File

@@ -54,7 +54,7 @@ for ((i = 2; i < ${#args[@]}; i++)); do
--rsh|--rsync-path|--remote-option)
reject "${opt} is not allowed"
;;
--files-from|--password-file|--early-input)
--password-file|--early-input)
reject "${opt} is not allowed"
;;
--write-batch|--only-write-batch|--read-batch)