juicedata / juicesync

A tool to move your data between any clouds or regions.
Apache License 2.0
591 stars 56 forks source link

Support a file list as SRC #122

Closed louie007 closed 2 years ago

louie007 commented 2 years ago

Hi @davies, thanks for sharing this great tool juicesync ! I'm wondering if you can add a new feature like supporting a plain text file as SRC ?

eg. s3://bucket1/file1 oss://buckert2/Dir1/ etc

davies commented 2 years ago

Right now, you can use xargs

cat mylist.txt | xargs -I{}  juicesync {} DST