Backups automatically export every time you update a pokédex. Each export is named after the pokédex, so you only need to connect once.
{#if exportLoading}Loading export settings…
{:else if exportError}{exportError}
{/if}Last export: {formatTimestamp(googleIntegration.lastExportedAt)}
{/if} {#if googleIntegration?.lastError}{googleIntegration.lastError}
{/if}Last export: {formatTimestamp(dropboxIntegration.lastExportedAt)}
{/if} {#if dropboxIntegration?.lastError}{dropboxIntegration.lastError}
{/if}