Backup Settings - Living Dex Tracker

Backup Settings

Back to My Pokédexes

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}

Google Drive

{googleIntegration ? 'Connected' : 'Not Connected'}
{#if googleIntegration?.folderId} {/if} {#if googleIntegration?.lastExportedAt}

Last export: {formatTimestamp(googleIntegration.lastExportedAt)}

{/if} {#if googleIntegration?.lastError}

{googleIntegration.lastError}

{/if}

Dropbox

{dropboxIntegration ? 'Connected' : 'Not Connected'}
{#if dropboxIntegration} {/if} {#if dropboxIntegration?.lastExportedAt}

Last export: {formatTimestamp(dropboxIntegration.lastExportedAt)}

{/if} {#if dropboxIntegration?.lastError}

{dropboxIntegration.lastError}

{/if}