Skip to content

Latest commit

 

History

History
35 lines (35 loc) · 1.16 KB

Files Structure.md

File metadata and controls

35 lines (35 loc) · 1.16 KB
/mnt/pools/
├── fast <-- SSD pool
│   ├── apps-data <-- apps' volumes
│   │   ├── homepage
│   │   ├── immich
│   │   ├── nginx
│   │   ├── observability
│   │   │   ├── grafana
│   │   │   ├── loki
│   │   │   ├── prometheus
│   │   │   └── promtail
│   │   └── portainer
│   └── docker
│       └── compose-files
│           ├── homepage
│           │   ├── compose.yml
│           │   └── .env
│           ├── immich
│           ├── nginx
│           ├── observability
│           └── portainer
└── slow <-- HDD pool
    ├── apps-data <-- same as '/fast/apps-data', but in HDD drives
    │   ├── immich
    │   └── paperless
    ├── backups
    │   ├── backrest
    │   │   └── repos
    │   └── db_dumps
    │       ├── immich
    │       └── paperless
    └── shared <-- SMB shares' root
        └── shared