Fix storage paths: ssd1 -> ssd, add backup location

2026-03-08 06:03:45 +00:00
parent abbea635ae
commit dfc993de76

@@ -19,9 +19,10 @@ Repository: https://github.com/alvis/agap_git
| Path | Contents | | Path | Contents |
|------|----------| |------|----------|
| `/mnt/media/upload` | Original uploaded photos | | `/mnt/media/upload` | Original uploaded photos |
| `/mnt/ssd1/media/thumbs` | Thumbnail cache | | `/mnt/ssd/media/thumbs` | Thumbnail cache |
| `/mnt/ssd1/media/encoded-video` | Transcoded video cache | | `/mnt/ssd/media/encoded-video` | Transcoded video cache |
| `/mnt/ssd1/media/postgres` | PostgreSQL database | | `/mnt/ssd/media/postgres` | PostgreSQL database |
| `/mnt/backups/media` | Backup: DB dumps + photo originals (see [[Backups]]) |
## Stack ## Stack