This commit is contained in:
Joey Hess 2018-05-25 16:13:13 -04:00
parent 10f717f2db
commit 940444994e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,15 @@
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]]