From cc9d6889e25a1c7aad78e42b19080a8c1c1dee94 Mon Sep 17 00:00:00 2001 From: "git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c00" Date: Wed, 24 Mar 2021 09:44:49 +0000 Subject: [PATCH] --- doc/bugs/borg_not_recognizing_WORM.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/borg_not_recognizing_WORM.mdwn diff --git a/doc/bugs/borg_not_recognizing_WORM.mdwn b/doc/bugs/borg_not_recognizing_WORM.mdwn new file mode 100644 index 0000000000..28c57b4c47 --- /dev/null +++ b/doc/bugs/borg_not_recognizing_WORM.mdwn @@ -0,0 +1,15 @@ +### Please describe the problem. +borg special remote is apparently ignoring WORM and URL key content (probably all content without hashes?) + +### What steps will reproduce the problem? +archive a repo containing WORM or URL keys with borg and sync it with git annex like in the example https://git-annex.branchable.com/special_remotes/borg/ + +doing `git annex list --not -i borg` later shows all WORM and URL keys not recognized being in borg + +### What version of git-annex are you using? On what operating system? +git-annex version: 8.20210310 +on NixOS 20.09 + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) +Thank you for including borg, and for fixing gcrypt remotes! This is great! +