duplicity-amazondrive

使用 yadayada 的 acd_cli 项目的Duplicity后端。(Duplicity Backend using yadayada’s acd_cli project.)

  • 所有者: breunigs/duplicity-amazondrive
  • 平台: Linux, Mac
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

装有 Duplicity 0.8+

使用 yadayada 的 acd_cli 项目的 Duplicity 后端。

这个后端已经合并到上游,并将包含在 Duplicity 0.8+ 中。 如果您有任何错误报告,请发送电子邮件至duplicity-talk@nongnu.org,告知Duplicity邮件列表。

设置

这个后端至少需要 duplicity 0.7+ 和 python-requests-oauthlib。

1. 下载:

通过Launchpad获取最新版本。只需点击下载文件按钮,您就会得到原始版本。

2. Move:

# Linux
cp adbackend.py /usr/lib/python2.7/dist-packages/duplicity/backends/

# MacOS X
cp adbackend.py /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/duplicity/backends

3. 认证:

第一次使用时,您将需要在浏览器中打开一个URL并将生成的URL复制回工具中,以启用oauth访问。数据将存储在 ~/.duplicity_ad_oauthtoken.json 中。

使用

duplicity source_path ad:///backup/my_new_backup

许可

与 Duplicity 相同。

主要指标

概览
名称与所有者breunigs/duplicity-amazondrive
主编程语言Python
编程语言Python (语言数: 1)
平台Linux, Mac
许可证
所有者活动
创建于2015-11-14 11:29:34
推送于2016-12-23 18:17:15
最后一次提交
发布数0
用户参与
星数28
关注者数10
派生数7
提交数52
已启用问题?
问题数0
打开的问题数0
拉请求数3
打开的拉请求数1
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Shipped with Duplicity 0.8+

This backend has already been merged upstream and will be included in Duplicity 0.8+. If you have any bug reports, please direct them at the Duplicity mailing list at duplicity-talk@nongnu.org.

Setup

This backend needs at least Duplicity 0.7+ and python-requests python-requests-oauthlib.

1. Download:

Obtain most recent version through Launchpad. Just click the "download file" button and you should get the raw version.

2. Move:

# Linux
cp adbackend.py /usr/lib/python2.7/dist-packages/duplicity/backends/

# MacOS X
cp adbackend.py /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/duplicity/backends

3. Authenticate:

On first usage you will need to open an URL in a browser and copy the resulting URL back into the tool to enable oauth access. The data will be stored in ~/.duplicity_ad_oauthtoken.json.

Usage

duplicity source_path ad:///backup/my_new_backup

License

Same as Duplicity