TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bidirectional Cloud Drive Sync Utility

7 点作者 earonesty大约 5 年前

1 comment

earonesty大约 5 年前
The cloudsync module at pypi can be used from the command line to run a daemon which monitors files for changes and synchronizes them between providers.<p>For example: `cloudsync file:&#x2F;&#x2F;home&#x2F;me&#x2F;gdrive gdrive:&#x2F;&#x2F;folder`<p>In addition the cloudsync python module can be installed via pip, and the library can be used in software (LGPL) that performs file synchronization. This also provides a unified interface for working with cloud files.<p>By design the interface is the minimal needed to support sync across a broad set of providers. Metadata that is not needed for sync is not supported.<p>Support for new cloud providers can be easily added by anyone producing a module that uses the &quot;cloudsync.providers&quot; plugin endpoint. As long as the &#x27;provider tests&#x27; pass, any cloud service should work with the sync system.<p>We&#x27;re currently supporting the local filesystem (via watchdog), along with OneDrive, GDrive, Box and Dropbox.<p>This library is probable most similar to rclone, which is much more mature for those who want a single-direction &#x27;rsync&#x27; like service without support for events.