duplicity-amazondrive

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

  • Owner: breunigs/duplicity-amazondrive
  • Platform: Linux, Mac
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

装有 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 相同。

Main metrics

Overview
Name With Ownerbreunigs/duplicity-amazondrive
Primary LanguagePython
Program languagePython (Language Count: 1)
PlatformLinux, Mac
License:
所有者活动
Created At2015-11-14 11:29:34
Pushed At2016-12-23 18:17:15
Last Commit At
Release Count0
用户参与
Stargazers Count28
Watchers Count10
Fork Count7
Commits Count52
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count3
Pull Requests Open Count1
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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