rclone special remote
authorJoey Hess <joeyh@joeyh.name>
Wed, 17 Apr 2024 19:19:42 +0000 (15:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 17 Apr 2024 19:20:37 +0000 (15:20 -0400)
commitd372553540d7567f0d14fa93b4a5dd9854e31f14
tree4c6ae0956d6b20c1f9a8904981877d33fce7a68d
parent5c542c0382393bc8c1428ff0e9fe80ed4220f1df
rclone special remote

Added rclone special remote, which can be used without needing to install
the git-annex-remote-rclone program. This needs a new version of rclone,
which supports "rclone gitannex".

This is implemented as a variant of an external special remote, that
runs "rclone gitannex" instead of the usual git-annex-remote- command.
Parameterized Remote.External to support that.

Sponsored-by: Luke T. Shumaker on Patreon
CHANGELOG
Remote/External.hs
Remote/External/Types.hs
Remote/List.hs
Remote/Rclone.hs [new file with mode: 0644]
doc/git-annex.mdwn
doc/special_remotes.mdwn
doc/special_remotes/rclone.mdwn
doc/todo/external_special_remotes_not_using_git-annex-remote_in_name.mdwn
git-annex.cabal