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

feat(docs): Template script for 3-2-1 backup of the assets and database (#6026)

* Added borg template cron job

* moved script to guides section

* Mentioned db backup location in docs

* Added directions for restoring backups
This commit is contained in:
Thariq Shanavas
2024-01-05 14:02:55 -07:00
committed by GitHub
parent d3af2b1f69
commit ad09896f58
3 changed files with 90 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# 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)
## Database
:::caution