This commit is contained in:
parent
59917f8a6d
commit
75d59a47d7
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
I am investigating how to create special remotes using the library Lykos153 / AnnexRemote. I have copied [this file](https://github.com/Lykos153/AnnexRemote/blob/master/examples/git-annex-remote-directory) locally, renamed it, set it up as needed, but can not initialise a remote with it.
|
||||
|
||||
I get this:
|
||||
|
||||
git annex initremote foo type=external externaltype=precomp encryption=none folder=/z/old/1111
|
||||
initremote foo
|
||||
git-annex: Unexpected parameters: folder
|
||||
failed
|
||||
git-annex: initremote: 1 failed
|
||||
|
||||
The order of the arguments make no difference. Do I need to somehow register parameters now, that was not required before? Or something else?
|
Loading…
Reference in a new issue