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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -