if you configure your localdisk a the primary storage, and b2 as a replica, then yes blobs are synced automatically from one to the other. Was that your question?
On 26 October 2017 at 19:37, Ty Ler <[email protected]> wrote: > Do sync handlers run automatically? > > On Thursday, October 26, 2017 at 10:27:13 AM UTC-7, mpl wrote: >> >> I'm on the high-level CL rn though, so it should be usable soon today. >> >> On 26 October 2017 at 19:26, Brad Fitzpatrick <[email protected]> wrote: >> > Yup. >> > >> > >> > On Thu, Oct 26, 2017 at 1:25 PM Ty Ler <[email protected]> wrote: >> >> >> >> For creating a low level config do i just `camtool dumpconfig` and then >> >> paste that file in place of current server config and manipulate? >> >> >> >> >> >> On Thursday, October 26, 2017 at 6:44:10 AM UTC-7, mpl wrote: >> >>> >> >>> Yes, it looks like the bits needed to generate a low-level config from >> >>> a high-level one are missing for b2. I'll take care of it. >> >>> https://github.com/camlistore/camlistore/issues/971 >> >>> >> >>> In the meantime, it should be pretty easy to write a low-level handler >> >>> for b2. it should look something like: >> >>> >> >>> "/b2/": { >> >>> "handler": "storage-b2", >> >>> "handlerArgs": { >> >>> "bucket": "b2bucketsyntax", >> >>> "auth": { >> >>> "account_id": "blabla", >> >>> "application_key": "blabla" >> >>> }, >> >>> } >> >>> }, >> >>> >> >>> >> >>> On 26 October 2017 at 10:59, Ty Ler <[email protected]> wrote: >> >>> > I saw some discussion about b2 support. Is this something I would >> >>> > have >> >>> > to >> >>> > create a low level config for? I don't have any experience >> >>> > manipulating >> >>> > that. >> >>> > >> >>> > -- >> >>> > You received this message because you are subscribed to the Google >> >>> > Groups >> >>> > "Camlistore" 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 >> >> "Camlistore" 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 >> > "Camlistore" 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 > "Camlistore" 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 "Camlistore" 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.
