1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-17 09:58:29 +02:00

fix(docs) Fix relative paths leading to broken links (#6354)

This commit is contained in:
Thariq Shanavas
2024-01-13 13:15:32 -07:00
committed by GitHub
parent 5e2aec3892
commit 9a7f987835
7 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,6 @@
# Backup and Restore
A [3-2-1 backup strategy](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) is recommended to protect your data. You should keep copies of your uploaded photos/videos as well as the Immich database for a comprehensive backup solution. This page provides an overview on how to backup the database and the location of user-uploaded pictures and videos. A template bash script that can be run as a cron job is provided [here](../guides/template-backup-script)
A [3-2-1 backup strategy](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) is recommended to protect your data. You should keep copies of your uploaded photos/videos as well as the Immich database for a comprehensive backup solution. This page provides an overview on how to backup the database and the location of user-uploaded pictures and videos. A template bash script that can be run as a cron job is provided [here](/docs/guides/template-backup-script.md)
## Database

View File

@ -1,4 +1,4 @@
import StorageTemplate from '../partials/_storage-template.md';
import StorageTemplate from '/docs/partials/_storage-template.md';
# Storage Template

View File

@ -1,5 +1,5 @@
import RegisterAdminUser from '../partials/_register-admin.md';
import UserCreate from '../partials/_user-create.md';
import RegisterAdminUser from '/docs/partials/_register-admin.md';
import UserCreate from '/docs/partials/_user-create.md';
# User Management