mirror of
https://github.com/immich-app/immich.git
synced 2025-01-15 08:16:48 +01:00
docs: add backups to startup folders list (#13967)
Add the check of backups that is done on immich microservice of backups folder presence
This commit is contained in:
parent
cff0b95f4c
commit
be2b76be8c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
## Folder checks
|
||||
|
||||
:::info
|
||||
The folders considered for these checks include: `upload/`, `library/`, `thumbs/`, `encoded-video/`, `profile/`
|
||||
The folders considered for these checks include: `upload/`, `library/`, `thumbs/`, `encoded-video/`, `profile/`, `backups/`
|
||||
:::
|
||||
|
||||
When Immich starts, it performs a series of checks in order to validate that it can read and write files to the volume mounts used by the storage system. If it cannot perform all the required operations, it will fail to start. The checks include:
|
||||
|
|
Loading…
Reference in a new issue