Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.
There are 0 watchers.
Deletes the named sync subscription.
Updates a sync subscription. Changes may contain:
filter (Str)
- selects the records to be synceddir (Uri)
- a sub directory to save .trio files underfileNameMacro (Str)
- a macro used to generate .trio file namesResets all Folio File Sync settings back to their factory defaults.
Creates a new sync subscription. The sub
Dict must contain:
name (Str)
- a valid tagNamefilter (Str)
- selects the records to be synceddir (Uri)
- a sub directory to save .trio files underfileNameMacro (Str)
- a macro used to generate .trio file namesReturns all sync subscriptions.
Synchronises Folio records to .trio files on the file system.
If given, just the named subscription is synced, else ALL subscriptions are sync'ed.
Returns details the sync.
Synchronises .trio files on the file system back into Folio.
The named subscriptions are used to ascertain which directories to look for .trio files. If not given, then all subscriptions are assumed.
If force
is true
then ALL records are updated into Folio, even if the records in Folio are newer than the .trio files.
Returns details the sync.