Does rsync --files-from work with an rsync daemon? -
i've used --files-from on ssh, i'm unable make option work rsync daemon. here's i'm trying:
echo refseq/h_sapiens/readme | rsync -hrav --files-from=- ftp.ncbi.nih.gov:: 2015-04-28/
i list of files though hadn't provided files sync, makes me think rsync ignores --files-from daemons.
despite hostname ftp, site support rsync. work:
rsync -hrav ftp.ncbi.nih.gov::refseq/h_sapiens/readme 2015-04-28/
anyone tried before?
Comments
Post a Comment