palm-sync
    Preparing search index...

    Function readAllDbsToFile

    • Backup all databases from a Palm OS device.

      Parameters

      • dlpConnection: DlpConnection
      • storageTypes: { ram: boolean; rom: boolean }

        Which type of storage to include.

        • ram: boolean

          Whether to include databases in RAM.

        • rom: boolean

          Whether to include databases in ROM.

      • dbStg: DatabaseStorageInterface

        The database storage backend that will handle this operation

      • opts: Omit<ReadDbOptions, "dbInfo"> = {}

        Additional options.

      Returns Promise<void>