File: control

package info (click to toggle)
git-annex-remote-rclone 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 128 kB
  • sloc: sh: 170; python: 27; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,186 bytes parent folder | download
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
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 (>= 9)
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 .