mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Minor doc updates
This commit is contained in:
parent
820b1296e1
commit
af1c1defaa
@ -20,9 +20,6 @@ Backups in **Tachiyomi** are compatible between different versions of the app.
|
|||||||
## General backup details
|
## General backup details
|
||||||
|
|
||||||
### What's included in a backup?
|
### What's included in a backup?
|
||||||
|
|
||||||
Backups store the following information:
|
|
||||||
|
|
||||||
- **Titles**
|
- **Titles**
|
||||||
- **Categories**
|
- **Categories**
|
||||||
- **Read chapters** for titles in Library
|
- **Read chapters** for titles in Library
|
||||||
@ -33,15 +30,11 @@ Backups store the following information:
|
|||||||
- **Extensions** used
|
- **Extensions** used
|
||||||
|
|
||||||
### What's NOT included in a backup?
|
### What's NOT included in a backup?
|
||||||
|
|
||||||
Backups do NOT store:
|
|
||||||
|
|
||||||
- **Reading history** of titles NOT in library
|
- **Reading history** of titles NOT in library
|
||||||
- **Settings** including app settings and extension-specific settings
|
- **Settings** including app settings and extension-specific settings
|
||||||
- **Downloaded** chapters including [local source](/docs/guides/local-source/) chapters
|
- **Downloaded** chapters including [local source](/docs/guides/local-source/) chapters
|
||||||
|
|
||||||
## Restoring a backup
|
## Restoring a backup
|
||||||
|
|
||||||
Restoring a backup can be done through the Backup and Restore settings.
|
Restoring a backup can be done through the Backup and Restore settings.
|
||||||
|
|
||||||
To ensure a smooth restoration process, remember to:
|
To ensure a smooth restoration process, remember to:
|
||||||
@ -52,14 +45,12 @@ To ensure a smooth restoration process, remember to:
|
|||||||
Before starting to import the selected backup, the app will remind the user of these.
|
Before starting to import the selected backup, the app will remind the user of these.
|
||||||
|
|
||||||
### Transferring downloads to a new installation
|
### Transferring downloads to a new installation
|
||||||
|
|
||||||
You can transfer downloaded series chapters from one version of **Tachiyomi** to another
|
You can transfer downloaded series chapters from one version of **Tachiyomi** to another
|
||||||
by correctly specifying the Download Location.
|
by correctly specifying the Download Location.
|
||||||
|
|
||||||
## Suggestions for backups
|
## Suggestions for backups
|
||||||
|
|
||||||
### Enabling automatic backups
|
### Enabling automatic backups
|
||||||
|
|
||||||
It is highly recommended to enable automatic backups to ensure you can recover in case of any issues.
|
It is highly recommended to enable automatic backups to ensure you can recover in case of any issues.
|
||||||
|
|
||||||
::: tip How to enable automatic backups
|
::: tip How to enable automatic backups
|
||||||
@ -73,19 +64,16 @@ This way, you can recover from catastrophic failures.
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
### Syncing backups with external cloud services
|
### Syncing backups with external cloud services
|
||||||
|
Cross device sync in **Tachiyomi** is not currently available, but users can use
|
||||||
Cross device sync in **Tachiyomi** is not planned in the future, but users can use
|
|
||||||
[Autosync for Google Drive](https://play.google.com/store/apps/details?id=com.ttxapps.drivesync)
|
[Autosync for Google Drive](https://play.google.com/store/apps/details?id=com.ttxapps.drivesync)
|
||||||
in order to sync backup files to Drive automatically with the following steps:
|
in order to sync backup files to Drive automatically with the following steps:
|
||||||
|
|
||||||
1. Install the app from the link above
|
1. Install the app from the link above
|
||||||
|
|
||||||
2. Enable [Automatic Backups](/docs/guides/backups#enabling-automatic-backups) and set it to your desired frequency and storage location.
|
2. Enable [Automatic Backups](/docs/guides/backups#enabling-automatic-backups) and set it to your desired frequency and storage location.
|
||||||
|
|
||||||
3. Download the latest backup from Google Drive and restore to whatever device you have
|
3. Download the latest backup from Google Drive and restore to whatever device you have
|
||||||
|
|
||||||
Users who are familiar with [FolderSync](https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite)
|
Users who are familiar with [FolderSync](https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite)
|
||||||
or [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) can setup auto sync of their backups similarly
|
or [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) can setup auto sync of their backups similarly.
|
||||||
|
|
||||||
## Additional information for forks
|
## Additional information for forks
|
||||||
|
|
||||||
@ -93,7 +81,7 @@ or [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.
|
|||||||
This section explores some extra details regarding [forks](/forks/).
|
This section explores some extra details regarding [forks](/forks/).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
All [Endorsed Tachiyomi forks](/forks/) support the `.proto.gz` format to backup/restore your library
|
All [endorsed Tachiyomi forks](/forks/) support the `.proto.gz` format to backup/restore your library.
|
||||||
|
|
||||||
In addition, some forks have specific limitations regarding backup restoration:
|
In addition, some forks have specific limitations regarding backup restoration:
|
||||||
|
|
||||||
@ -106,7 +94,7 @@ In addition, some forks have specific limitations regarding backup restoration:
|
|||||||
> For Example: [TachiyomiSY](/forks/TachiyomiSY/) has the option to backup/restore saved searches.
|
> For Example: [TachiyomiSY](/forks/TachiyomiSY/) has the option to backup/restore saved searches.
|
||||||
|
|
||||||
These will **NOT** be restored to original Tachiyomi or its forks.
|
These will **NOT** be restored to original Tachiyomi or its forks.
|
||||||
- Only [TachiyomiAZ](/forks/TachiyomiAZ/) supports creating/restoring legacy `.json` backups and current `.proto.gz` backups.
|
- Only [TachiyomiAZ](/forks/TachiyomiAZ/) supports creating/restoring both legacy `.json` backups and current `.proto.gz` backups.
|
||||||
> Users are recommended to update their `.json` backups to use the improved and efficient `.proto.gz` backups.
|
> Users are recommended to update their `.json` backups to use the improved and efficient `.proto.gz` backups.
|
||||||
|
|
||||||
Be aware of these limitations when dealing with backups in different **Tachiyomi** forks.
|
Be aware of these limitations when dealing with backups in different **Tachiyomi** forks.
|
||||||
|
@ -32,18 +32,14 @@ Tracking helps you automatically send read chapters to supported trackers, so yo
|
|||||||
|
|
||||||
> Learn how to set it up on the [Komga](https://komga.org/) website.
|
> Learn how to set it up on the [Komga](https://komga.org/) website.
|
||||||
==Kavita
|
==Kavita
|
||||||
TBA
|
|
||||||
|
|
||||||
> Learn how to set it up on the [Kavita](https://www.kavitareader.com/) website.
|
> Learn how to set it up on the [Kavita](https://www.kavitareader.com/) website.
|
||||||
==Suwayomi
|
==Suwayomi
|
||||||
TBA
|
|
||||||
|
|
||||||
> Learn how to set it up on the [Suwayomi](https://suwayomi.org/) website.
|
> Learn how to set it up on the [Suwayomi](https://suwayomi.org/) website.
|
||||||
::::
|
::::
|
||||||
|
|
||||||
## General questions
|
## General questions
|
||||||
|
|
||||||
### How do I login into trackers?
|
### How do I log in to trackers?
|
||||||
1. Go to <nav to="tracking">.
|
1. Go to <nav to="tracking">.
|
||||||
1. Tap the desired tracker to begin login.
|
1. Tap the desired tracker to begin login.
|
||||||
|
|
||||||
@ -68,6 +64,6 @@ You can also search for a series on your MAL profile list by searching in the fo
|
|||||||
Related GitHub issue: [#65](https://github.com/tachiyomiorg/tachiyomi/issues/65)
|
Related GitHub issue: [#65](https://github.com/tachiyomiorg/tachiyomi/issues/65)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Finding tracked/intracked series in your library
|
### Finding tracked/untracked series in your library
|
||||||
Go to <nav to="main_library">, then **Filter (top right) -> Filter tab** then **Toggle Tracked**.
|
Go to <nav to="main_library">, then **Filter (top right) -> Filter tab** then **Toggle Tracked**.
|
||||||
If you are logged into more than one tracker, toggle the tracker you want to include or exclude.
|
If you are logged into more than one tracker, toggle the tracker you want to include or exclude.
|
||||||
|
@ -12,7 +12,7 @@ hero:
|
|||||||
dark: /home/phone.dark.webp
|
dark: /home/phone.dark.webp
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Get Started
|
text: Get started
|
||||||
link: /docs/guides/getting-started
|
link: /docs/guides/getting-started
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: Download
|
text: Download
|
||||||
@ -34,4 +34,6 @@ features:
|
|||||||
- title: Customization
|
- title: Customization
|
||||||
details: Make it yours with multiple reading modes, custom color filters, and many other settings.
|
details: Make it yours with multiple reading modes, custom color filters, and many other settings.
|
||||||
icon: <svg height="24" width="24" viewBox="0 -960 960 960" fill="var(--vp-c-indigo-2)" xmlns="http://www.w3.org/2000/svg"><path d="M440-120v-240h80v80h320v80H520v80h-80Zm-320-80v-80h240v80H120Zm160-160v-80H120v-80h160v-80h80v240h-80Zm160-80v-80h400v80H440Zm160-160v-240h80v80h160v80H680v80h-80Zm-480-80v-80h400v80H120Z"/></svg>
|
icon: <svg height="24" width="24" viewBox="0 -960 960 960" fill="var(--vp-c-indigo-2)" xmlns="http://www.w3.org/2000/svg"><path d="M440-120v-240h80v80h320v80H520v80h-80Zm-320-80v-80h240v80H120Zm160-160v-80H120v-80h160v-80h80v240h-80Zm160-80v-80h400v80H440Zm160-160v-240h80v80h160v80H680v80h-80Zm-480-80v-80h400v80H120Z"/></svg>
|
||||||
|
link: /docs/guides/getting-started
|
||||||
|
linkText: Get started
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user