couple clarifications
This commit is contained in:
parent
586278cfa8
commit
ae86cfb5ef
1 changed files with 3 additions and 1 deletions
|
@ -15,10 +15,12 @@ So it's fine to break such a loop in an arbitrary way.
|
|||
There would need to be a way to prevent a remote with sameas= from being
|
||||
used by a version of git-annex that does not support it. One way would be
|
||||
to omit the name= parameter from remote.log, and use some other parameter
|
||||
for the name. Then old git-annex could not initremote with the wrong uuid.
|
||||
for the name. Then old git-annex could not enableremote with the wrong uuid.
|
||||
|
||||
Using remote.name.annex-uuid-sameas=uuid instead of remote.name.annex-uuid
|
||||
would prevent old git-annex from using initialized sameas remotes.
|
||||
(Need a better name, since the uuid stored there should be the remote's own
|
||||
uuid (needed to get its RemoteConfig), not the one that sameas= points to.)
|
||||
|
||||
Seems that encryption parameter inheritance would happen the same way as
|
||||
has been discussed above. When constructing the RemoteConfig, copy over the
|
||||
|
|
Loading…
Reference in a new issue