git-annex-remote-rclone icon indicating copy to clipboard operation
git-annex-remote-rclone copied to clipboard

Support for rclone --password-command

Open sharad opened this issue 5 months ago • 0 comments

Added support for rclone --password-command option

Usage

git annex initremote gcryptdrive \
    type=external externaltype=rclone \
    target=gcrypt:drive:secure-annex prefix=annex \
    rclone_passcmd="secret-tool lookup rclone gcrypt" \
    encryption=none

or

git annex enableremote gcryptdrive rclone_passcmd \
    "secret-tool lookup rclone gcrypt"

sharad avatar Jul 07 '25 08:07 sharad