From dfc993de76d9517a3dee7907c1d2dc2486cc3360 Mon Sep 17 00:00:00 2001 From: alvis Date: Sun, 8 Mar 2026 06:03:45 +0000 Subject: [PATCH] Fix storage paths: ssd1 -> ssd, add backup location --- Immich.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Immich.md b/Immich.md index 5c4a670..299edc1 100644 --- a/Immich.md +++ b/Immich.md @@ -19,9 +19,10 @@ Repository: https://github.com/alvis/agap_git | Path | Contents | |------|----------| | `/mnt/media/upload` | Original uploaded photos | -| `/mnt/ssd1/media/thumbs` | Thumbnail cache | -| `/mnt/ssd1/media/encoded-video` | Transcoded video cache | -| `/mnt/ssd1/media/postgres` | PostgreSQL database | +| `/mnt/ssd/media/thumbs` | Thumbnail cache | +| `/mnt/ssd/media/encoded-video` | Transcoded video cache | +| `/mnt/ssd/media/postgres` | PostgreSQL database | +| `/mnt/backups/media` | Backup: DB dumps + photo originals (see [[Backups]]) | ## Stack