开发者

Store file mapping from local to cloud

开发者 https://www.devze.com 2023-02-15 21:26 出处:网络
In Python, what do you believe is the best way to store file mapping info from local mac开发者_高级运维hine to cloud storage?

In Python, what do you believe is the best way to store file mapping info from local mac开发者_高级运维hine to cloud storage?

i.e. A user has 10 files in 3 different folders on his local machine. They are also stored on a cloud storage, each identify by URL or other descriptors.

Best way - in terms of scallability, search/insert efficiency, etc.


You can either use the rsync program, or the rsync algorithm implemented in Python. Assumably you can have access to the remote files over something that looks like a file system, like WebDAV.

Best

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号