git-annex-remote-rclone

Use rclone-supported cloud storage as git-annex remote

brewmacoslinux
Try with needOr install directly
Source

About

Use rclone supported cloud storage with git-annex

Commands

git-annex-remote-rclone

Examples

Initialize a git-annex repository with rclone remote using AWS S3$ git annex initremote myremote type=rclone target=s3:mybucket prefix=annex
Configure rclone remote and use it with git-annex for Google Drive storage$ git annex initremote gdrive type=rclone target=gdrive:myfolder prefix=/annex
Copy files to rclone-backed remote storage$ git annex copy myfile --to myremote