Merge pull request #40 from GHOSTBEAR/backup-videos

Added videos for Create/Restore Backup
This commit is contained in:
Soitora 2019-09-25 21:08:33 +02:00 committed by GitHub
commit 94d728e4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

View File

@ -9,9 +9,31 @@ lang: en-US
## Create backup
Create backup lets you backup your library, tracking settings, and reading history. To create a backup go to `Settings > Backup` and then select `Create backup`, this will bring up a dialog letting you choose what to backup. Manga is greyed out because it will always be backed up.
::: expander <strong>Click to reveal video guide!</strong>
<figure class="centered">
<video autoplay crossorigin="use-credentials" height="534"
intrinsicsize="500x100" loading="lazy" loop="loop" muted="muted"
playsinline="playsinline" :poster="$withBase('/assets/media/createbackup.png')"
preload="none" width="300">
<source :src="$withBase('/assets/media/createbackup.webm')" type="video/webm" />
<source :src="$withBase('/assets/media/createbackup.mp4')" type="video/mp4" />
</video>
</figure>
:::
## Restore backup
Restore backup lets you restore your previously created backup. To restore a backup go to `Settings > Backup` and then select `Restore backup`, this will bring up a file explorer. Proceed by navigating to where your stored backup is located then select it.
::: expander <strong>Click to reveal video guide!</strong>
<figure class="centered">
<video autoplay crossorigin="use-credentials" height="534"
intrinsicsize="500x100" loading="lazy" loop="loop" muted="muted"
playsinline="playsinline" :poster="$withBase('/assets/media/restorebackup.png')"
preload="none" width="300">
<source :src="$withBase('/assets/media/restorebackup.webm')" type="video/webm" />
<source :src="$withBase('/assets/media/restorebackup.mp4')" type="video/mp4" />
</video>
</figure>
:::
## Backup frequency
Backup frequency lets you select a frequency in which Tachiyomi will automatically backup your library. To setup Backup frequency go to `Settings > Backup` and the select `Backup frequency`, this will bring up a dialog letting you choose between preset backup frequencies.