Added videos for Create/Restore Backup

This commit is contained in:
Andreas E 2019-09-24 14:15:25 +02:00
parent 07fd376f21
commit d12d663524
7 changed files with 18 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

View File

@ -9,9 +9,27 @@ lang: en-US
## Create backup ## 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. 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.
<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
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. 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.
<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
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. 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.