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
許可證
發布數0
創建於2015-11-14 11:29:34
推送於2016-12-23 18:17:15
最后一次提交
星數29
關注者數11
派生數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

去到頂部