@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Function synchronize

    • Runs a full sync operation: scans both folders, pairs files, generates actions, and executes them with bounded concurrency. Yields SyncEvent entries for each comparison and action result.

      Parameters

      • config: SynchronizerConfig

        The synchronizer configuration (source, dest, options, and optional bucket).

      Returns AsyncGenerator<SyncEvent>