This commit is contained in:
parseaus 2025-01-09 07:27:27 +00:00 committed by admin
parent 81c32c2ebe
commit 36ea3287b6

View file

@ -0,0 +1,19 @@
Trying to add a Backblaze b2 special remote using rclone.
Have tested the remote using rclone so I know it is set up properly and connecting.
Running
git annex initremote remotename type=rclone encryption=none rcloneremotename=remotename
to initiate the remote in git-annex.
It fails with:
initremote remotename
git-annex: this rclone remote does not support empty directories
failed
initremote: 1 failed
Can not figure out what that means, searching does not help. What have I missed?