CLI command

skarbiec sync-daemon

Repeat serve-channel pulls at the interval configured on one bond until SIGTERM.

Invocation#

Shell
skarbiec sync-daemon --bond <name> --token <bearer> [--consumer <name>]

Purpose#

Repeat serve-channel pulls at the interval configured on one bond until SIGTERM.

Required inputs and options#

  • Requires --bond and --token. --consumer defaults to replica; the named bond must have a channel address and interval_seconds from bond-add --interval.

Output and state effects#

  • Appends start/stop audit, repeatedly invokes pull, and on shutdown prints the last pull report. A service manager, not this command, owns persistence.

Refusals#

  • Refuses an unknown bond or missing interval/address; individual pull failures are retained in last_pull and do not silently terminate the loop.