You've already forked immich
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:
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import StorageTemplate from '../partials/_storage-template.md';
|
||||
import StorageTemplate from '/docs/partials/_storage-template.md';
|
||||
|
||||
# Storage Template
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user