git-annex/doc/todo/borg_special_remote.mdwn
Joey Hess cd4c68924b
merged borg
Still a couple related todos, but it's basically usable now.
2020-12-22 16:22:44 -04:00

19 lines
768 B
Markdown

borg backup is pretty cool, and could be a great special remote backend.
In particular it does delta compression and stuff.
There seem to be two ways it could work. Probably there are borg commands
that allow storing a given blob in it, and retrieving a given blob. And
that could be used for a traditional special remote.
But also, if a whole git-annex repository has been backed up with borg,
then git-annex could look inside such a backup, and see if
.git/annex/object/ contains an object. It could then mark it as
present in the borg special remote. This way you'd use borg to take
backups, and git-annex would then be aware of what was backed up in borg,
and could do things like count that as a copy.
--[[Joey]]
[[!tag needsthought]]
> [[done]]! --[[Joey]]