On 16 May 2018 at 21:18, Saulius Gurklys <[email protected]> wrote: > Hi, > >> > And sorry for the silly question - what is root or root-blobref or >> > root-name? > >> I'm not sure what you're asking without more context, the only one I >> see in the pk-mount interface is "roots". Where are you seeing these >> names? > > After mounting with pk-mount > > at/README.txt > > contains: > > ... > If you had a root called "importantstuff" and a file in it called
root here (and in Perkeep usually) means a permanode with a "camliRoot" attribute, which value is "importantstuff". > and > > pk-mount -h > > returns > > usage: pk-mount [opts] [<mountpoint> [<root-blobref>|<share > URL>|<root-name>]] root-blobref here would be the ref (sha224 hashsum) of a permanode with a camliRoot attribute. root-name is a tiny bit more user-friendly way to specify the same thing: it is the value of the camliRoot attribute on the permanode that you want to use as root. e.g. if the root mentioned in at/README.txt existed, root-name here could be "importantstuff". > Kind regards, > -- > Saulius > > -- > You received this message because you are subscribed to the Google Groups > "Perkeep" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
