1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: git-annex-remote-rclone
Section: utils
Priority: optional
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com>
Build-Depends: debhelper-compat (= 12),
rclone,
git-annex | git-annex-standalone,
gnupg,
Standards-Version: 4.4.1
Homepage: https://github.com/DanielDent/git-annex-remote-rclone
Vcs-Git: https://salsa.debian.org/neurodebian-team/git-annex-remote-rclone
Vcs-Browser: https://salsa.debian.org/neurodebian-team/git-annex-remote-rclone
Package: git-annex-remote-rclone
Architecture: all
Depends: ${misc:Depends},
git-annex | git-annex-standalone,
rclone,
Description: rclone-based git annex special remote
This is a wrapper around rclone to make any destination supported by rclone
usable with git-annex.
.
Cloud storage providers supported by rclone currently include:
* Google Drive
* Amazon S3
* Openstack Swift / Rackspace cloud files / Memset Memstore
* Dropbox
* Google Cloud Storage
* Microsoft One Drive
* Hubic
* Backblaze B2
* Yandex Disk
.
Note: although Amazon Cloud Drive support is implemented, it is broken ATM
see https://github.com/DanielDent/git-annex-remote-rclone/issues/22 .
|