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.

    • OptionaloutputDir: string

      Output directory. Defaults to current working directory.

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

      Additional options.

    Returns Promise<void>