This commit is contained in:
Joey Hess 2023-08-15 13:21:28 -04:00
parent 10b5f79e2d
commit 9fffa85a9e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2023-08-15T16:59:11Z"
content="""
Note that same thing happens when a directory special remote is configured
with importtree=yes exporttree=yes and the directory gets moved out of the
way. (Well, it does now.. Previously it failed to fail and imported an empty
tree, which was much worse a bug.)
Failure to access the borg repo doesn't prevent the rest of the sync from
happening though. It still syncs with other remotes.
Yes, there is a special case in sync to skip local git repositories that
are not present. Skipping borg and directory special remotes would need
that special case to be improved to an interface.
"""]]