I am trying to pass filename results that have been shuffled, then pass the 
file to rsync.
Not quite sure whether to use --files-from=- or some other way.

shuf -n "$nf" -e ${dpath}/${incl} |
rsync -av --update --files-from=- . "$dst"
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to