sam-4screen-desktop 2026-5-29:16:51:53
This commit is contained in:
10
.obsidian/workspace.json
vendored
10
.obsidian/workspace.json
vendored
@@ -13,12 +13,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "300 areas/360 Dev-Ops Network Computers/Backup System — Borg, Kopia & Restic.md",
|
"file": "000 daily/Daily Notes and To Do.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": true
|
"source": true
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Backup System — Borg, Kopia & Restic"
|
"title": "Daily Notes and To Do"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -197,6 +197,8 @@
|
|||||||
},
|
},
|
||||||
"active": "b145af38583e5d9a",
|
"active": "b145af38583e5d9a",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"100 inbox/Filesystem Consolidation Plan.md",
|
||||||
|
"300 areas/360 Dev-Ops Network Computers/Backup System — Borg, Kopia & Restic.md",
|
||||||
"000 daily/Daily Notes and To Do.md",
|
"000 daily/Daily Notes and To Do.md",
|
||||||
"100 inbox/Filesystem Drive Map.md",
|
"100 inbox/Filesystem Drive Map.md",
|
||||||
"300 areas/360 Dev-Ops Network Computers/Backup Health Check Commands.md",
|
"300 areas/360 Dev-Ops Network Computers/Backup Health Check Commands.md",
|
||||||
@@ -231,8 +233,6 @@
|
|||||||
"200 projects/210 AI Resume/Local Hybrid Vector + Graph RAG Setup.md",
|
"200 projects/210 AI Resume/Local Hybrid Vector + Graph RAG Setup.md",
|
||||||
"200 projects/210 AI Resume/Resume Ideas.md",
|
"200 projects/210 AI Resume/Resume Ideas.md",
|
||||||
"200 projects/210 AI Resume/Trigger.Dev.md",
|
"200 projects/210 AI Resume/Trigger.Dev.md",
|
||||||
"300 areas/310 Home Assistant/Navet - Dashboard.md",
|
"300 areas/310 Home Assistant/Navet - Dashboard.md"
|
||||||
"100 inbox/Home Network Overview.md",
|
|
||||||
"100 inbox/Docker Containers.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
214
100 inbox/Filesystem Consolidation Plan.md
Normal file
214
100 inbox/Filesystem Consolidation Plan.md
Normal file
@@ -0,0 +1,214 @@
|
|||||||
|
---
|
||||||
|
created: 2026-05-28
|
||||||
|
modified: 2026-05-28
|
||||||
|
type: note
|
||||||
|
tags: [dev-ops, filesystem, consolidation, planning]
|
||||||
|
aliases: [consolidation-plan, file-system-redesign]
|
||||||
|
---
|
||||||
|
|
||||||
|
# Filesystem Consolidation Plan
|
||||||
|
|
||||||
|
> DRAFT — Planning document for reorganising files across all machines.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Principles
|
||||||
|
|
||||||
|
1. **One source of truth** — no duplicate data on multiple drives
|
||||||
|
2. **Always-on drives for active data** — rarely-used data goes on removable/archive drives
|
||||||
|
3. **NTFS for cross-platform** — anything that needs Samba/NFS access from Windows/Mac
|
||||||
|
4. **Backup repos stay where they are** — changing backup infrastructure is risky
|
||||||
|
5. **Consolidate by access frequency** — hot/warm/cold tiers
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Current Inventory — What Needs Homes
|
||||||
|
|
||||||
|
### Always-On Services (need drives mounted 24/7)
|
||||||
|
|
||||||
|
| Service | Machine | Current Mount | Size | Notes |
|
||||||
|
|---------|---------|--------------|------|-------|
|
||||||
|
| **Immich photos** | .35 | `/mnt/hd/immich/` | ~? | 40K photos, need fast reliable access |
|
||||||
|
| **Jellyfin media** | .35 | `/mnt/hd/...` | ? | Movies, TV shows, music |
|
||||||
|
| **Docker containers** | .35 | `/Docker/Containers/` | 23.7G | Already on system drive |
|
||||||
|
| **Docker data** | .35 | `/mnt/hd/*/` | ? | Lidarr, Radarr, Sonarr, etc. data |
|
||||||
|
| **Websites** | .13 | `/var/www/` | ? | Active web projects |
|
||||||
|
| **Docker on .13** | .13 | `/home/sam/Docker/` | ? | |
|
||||||
|
|
||||||
|
### Personal Data (frequent access)
|
||||||
|
|
||||||
|
| Data | Current Location(s) | Size | Notes |
|
||||||
|
|------|-------------------|------|-------|
|
||||||
|
| **Dev projects** | .27 `~/...` | ? | NixOS, coding projects |
|
||||||
|
| **Old web work** | .13 `ALL_TRANFERS/` + .27 `/mnt/backup/` | ? | htdocs, PHP, etc. — **DUPLICATED** |
|
||||||
|
| **Arduino / IoT** | .13 `ALL_TRANFERS` + SmartDrive | ? | **DUPLICATED** |
|
||||||
|
| **Flash AS3.0** | .13 `ALL_TRANFERS` | ? | Rarely accessed |
|
||||||
|
| **Music** | .13 + .27 | ? | **DUPLICATED** |
|
||||||
|
| **Sheet music** | ? | ? | Could move to Obsidian |
|
||||||
|
| **Family notes** | ? | ? | Could move to Obsidian |
|
||||||
|
| **TODO lists** | Obsidian + ? | — | Already in Obsidian |
|
||||||
|
| **Movies/TV** | .35 `/mnt/hd/` + .13 | ? | Jellyfin media |
|
||||||
|
| **Display screen + website builder** | ? | ? | Large project? |
|
||||||
|
|
||||||
|
### Archive / Rarely Accessed (cold storage)
|
||||||
|
|
||||||
|
| Data | Current Location(s) | Size | Notes |
|
||||||
|
|------|-------------------|------|-------|
|
||||||
|
| **Sorted photos (2003–2023)** | .13 `sorted_pictures_holder/` | ~? | 31K photos, already organized |
|
||||||
|
| **Old subject-organized photos** | .27 `/mnt/backup/` + .13 | ~? | **DUPLICATED** |
|
||||||
|
| **Integral300 recovery .img** | .27 `/mnt/tempbackup/` | 298G | Keep or delete? |
|
||||||
|
| **Integral300 backup** | .27 SmartDrive `integral300_backup_...` | 105G | Already extracted — delete? |
|
||||||
|
| **Windows old drives** | .13 `/mnt/storage/` | 271G used | Old Windows files |
|
||||||
|
| **Old Windows data drive** | .13 `/mnt/data/` | 1.5T used | ALL_TRANFERS, etc. — **DUPLICATED** |
|
||||||
|
|
||||||
|
### Backup Repos (stay where they are)
|
||||||
|
|
||||||
|
| Repo | Machine | Path | Size |
|
||||||
|
|------|---------|------|------|
|
||||||
|
| Borg .27 repo | .13 | `/mnt/ubuntu_storage_3TB/backup/borg/.27` | ~? |
|
||||||
|
| Borg .13 repo | .13 | `/mnt/ubuntu_storage_3TB/backup/borg/.13` | ~? |
|
||||||
|
| Kopia repo | .23 (via .35) | `/mnt/nfs_usb_3tb/kopia/` | 46G |
|
||||||
|
| Restic repo | .23 (via .35) | `/mnt/nfs_usb_3tb/backups/restic/` | 13G |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Drive Role Assignment
|
||||||
|
|
||||||
|
### Always-On Drives (mounted 24/7)
|
||||||
|
|
||||||
|
| Machine | Drive | Mount | Role | Filesystem |
|
||||||
|
|---------|-------|-------|------|------------|
|
||||||
|
| **.35** | `vda1` (My Passport) | `/mnt/hd` | **Active data** — Immich, Jellyfin, Docker service data, current projects | NTFS (cross-platform) |
|
||||||
|
| **.13** | `sdd1` (ubuntu_storage_3TB) | `/mnt/ubuntu_storage_3TB` | **Backup target** — Borg repos only | ext4 |
|
||||||
|
| **.13** | `sdb2` (Data) | `/mnt/data` | **Archive** — old photos, old web work, ALL_TRANFERS | NTFS (cross-platform) |
|
||||||
|
| **.13** | `sda2` (Storage) | `/mnt/storage` | **Windows legacy** — old Windows files | NTFS (cross-platform) |
|
||||||
|
|
||||||
|
### Warm-Swap Drives (plug in when needed)
|
||||||
|
|
||||||
|
| Drive | Size | Free | Role | Label |
|
||||||
|
|-------|------|------|------|-------|
|
||||||
|
| **SmartDrive** | 687G | 548G | **Transfer / temporary** — moving data between machines | `SmartDrive` |
|
||||||
|
| **TempBackup** | 458G | 136G | **Offline backup** — secondary copy of critical data | `TempBackup` |
|
||||||
|
| **Back Up** | 224G | 158G | **Legacy** — old photos (read-only NTFS) | `Back Up` (NTFS) |
|
||||||
|
| **MaxtorBackup** | 1.4T | 1.3T | **Archive target** — empty, ready for use | `MaxtorBackup` |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Proposed Folder Hierarchy
|
||||||
|
|
||||||
|
### On `.35` — `/mnt/hd/` (My Passport — NTFS) — Active Data
|
||||||
|
|
||||||
|
This is the hot data tier — always accessible via Docker, Samba, etc.
|
||||||
|
|
||||||
|
```
|
||||||
|
/mnt/hd/
|
||||||
|
├── services/ ← Docker service data (bind-mounted)
|
||||||
|
│ ├── immich/ ── Already here
|
||||||
|
│ ├── audiobookshelf/
|
||||||
|
│ ├── lidarr/
|
||||||
|
│ ├── radarr/
|
||||||
|
│ ├── sonarr/
|
||||||
|
│ ├── qbittorrent/
|
||||||
|
│ ├── readarr/
|
||||||
|
│ ├── headphones/
|
||||||
|
│ ├── spotweb/
|
||||||
|
│ ├── nextcloud/ ── Future?
|
||||||
|
│ └── paperless/ ── Already on NFS
|
||||||
|
├── media/ ← Jellyfin media library
|
||||||
|
│ ├── movies/
|
||||||
|
│ ├── tv/
|
||||||
|
│ ├── music/
|
||||||
|
│ ├── audiobooks/
|
||||||
|
│ ├── podcasts/
|
||||||
|
│ └── books/
|
||||||
|
└── projects/ ← Current active projects
|
||||||
|
├── web/
|
||||||
|
├── arduino/
|
||||||
|
├── nixos/
|
||||||
|
└── ...
|
||||||
|
```
|
||||||
|
|
||||||
|
### On `.13` — `/mnt/data/` (NTFS) — Archive & Warm Data
|
||||||
|
|
||||||
|
This is the archive tier — old projects, old photos, everything rarely accessed but worth keeping.
|
||||||
|
|
||||||
|
```
|
||||||
|
/mnt/data/
|
||||||
|
├── archive/
|
||||||
|
│ ├── photos/ ← Consolidated photo archive
|
||||||
|
│ │ ├── sorted_pictures_holder/ ── From ALL_TRANFERS
|
||||||
|
│ │ └── old_subject_organized/ ── From Back Up drive + PICTURES_GROUPED_SUBJECT_OLD
|
||||||
|
│ ├── web_work/ ← Old htdocs, PHP, Flash AS3.0 projects
|
||||||
|
│ ├── arduino_iot/
|
||||||
|
│ ├── music/
|
||||||
|
│ ├── sheet_music/
|
||||||
|
│ ├── family_notes/
|
||||||
|
│ └── integral300/ ← Recovery .img moved here from .27
|
||||||
|
└── transfer/ ← Staging area for moving data between machines
|
||||||
|
```
|
||||||
|
|
||||||
|
### On `.13` — `/mnt/ubuntu_storage_3TB/` (ext4) — Backup Repository
|
||||||
|
|
||||||
|
```
|
||||||
|
/mnt/ubuntu_storage_3TB/
|
||||||
|
└── backup/
|
||||||
|
├── borg/
|
||||||
|
│ ├── .13/ ← .13 local backups
|
||||||
|
│ └── .27/ ← .27 backups via SSH
|
||||||
|
└── restic/ ← Future: secondary restic target?
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Consolidation Actions
|
||||||
|
|
||||||
|
### Phase 1 — Eliminate Duplicates
|
||||||
|
|
||||||
|
| What | Duplicated Where | Action |
|
||||||
|
|------|-----------------|--------|
|
||||||
|
| Old subject-organized photos | .27 `/mnt/backup/` + .13 `PICTURES_GROUPED_SUBJECT_OLD` | Delete from .27 (keep .13 copy) |
|
||||||
|
| Integral300 extracted backup | .27 SmartDrive `integral300_backup_...` | Delete — recovery .img is the source of truth |
|
||||||
|
| Arduino / IoT files | .13 ALL_TRANFERS + SmartDrive | Consolidate to .13 archive |
|
||||||
|
| Old web work (htdocs) | Multiple places | Consolidate to .13 `/mnt/data/archive/web_work/` |
|
||||||
|
|
||||||
|
### Phase 2 — Consolidate to Right Drives
|
||||||
|
|
||||||
|
| What | Move From | Move To | When |
|
||||||
|
|------|----------|---------|------|
|
||||||
|
| Integral300 recovery .img | .27 `/mnt/tempbackup/` | .13 `/mnt/data/archive/integral300/` | Phase 2 |
|
||||||
|
| Sorted photos | .13 `ALL_TRANFERS/Pictures/sorted_pictures_holder/` | .13 `/mnt/data/archive/photos/` | Phase 2 |
|
||||||
|
| Old web work | .13 `ALL_TRANFERS/` | .13 `/mnt/data/archive/web_work/` | Phase 2 |
|
||||||
|
|
||||||
|
### Phase 3 — System Rebalancing
|
||||||
|
|
||||||
|
| Action | Reason |
|
||||||
|
|--------|--------|
|
||||||
|
| Mount MaxtorBackup as **offline backup** repository | Provides a second physical copy of backup repos |
|
||||||
|
| Configure periodic rsync from .23 backup repos → MaxtorBackup | .23 has no backup — this covers it |
|
||||||
|
| Clean up old empty stub directories on .35 `/mnt/hd/` | Remove Western Digital installer files, System Volume Information |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Always-Connected vs Hot-Swap
|
||||||
|
|
||||||
|
| Drive | Connection | Why |
|
||||||
|
|-------|-----------|-----|
|
||||||
|
| **.35** My Passport (vda, /mnt/hd) | **Always on** | Immich, Jellyfin, Docker services need this |
|
||||||
|
| **.13** ubuntu_storage_3TB | **Always on** | Backup target — Borg runs daily |
|
||||||
|
| **.13** Data (sdb) | **Always on** | Archive data, accessible to network |
|
||||||
|
| **.13** Storage (sda) | **Always on** | Old Windows files |
|
||||||
|
| **.27** SmartDrive | **Hot-swap** | Only needed during data transfers |
|
||||||
|
| **.27** TempBackup | **Hot-swap** | Temporary storage / cache |
|
||||||
|
| **.27** Back Up | **Hot-swap** | Legacy — eventually retire |
|
||||||
|
| **MaxtorBackup** | **Hot-swap** | Offline backup — plug in monthly |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Open Questions
|
||||||
|
|
||||||
|
- [ ] Should Immich and Jellyfin media live on the same drive? (single point of failure)
|
||||||
|
- [ ] Should we move old photo archive to MaxtorBackup and rotate it offsite?
|
||||||
|
- [ ] Is the Integral300 recovery .img still needed (298G)? It matches the extracted files.
|
||||||
|
- [ ] What about `.13`'s `/var/www/` websites — should they be backed up?
|
||||||
|
- [ ] Should `.23` (file-server) get its own backup?
|
||||||
|
- [ ] Naming convention for drives: should we re-label drives with consistent names?
|
||||||
@@ -62,13 +62,13 @@ aliases: [drive-map, filesystem-map]
|
|||||||
|
|
||||||
| Logical Name | Device | Size | Used | Avail | Mount | Label | Note |
|
| Logical Name | Device | Size | Used | Avail | Mount | Label | Note |
|
||||||
|-------------|--------|------|------|-------|-------|-------|------|
|
|-------------|--------|------|------|-------|-------|-------|------|
|
||||||
| **System Root** | `sda2` | 442G | 165G | 256G (40%) | `/` | — | Ubuntu 24.04 |
|
| **System Root** | `sda2` | 442G | 165G | 256G (40%) | `/` | — | Ubuntu 24.04 VM |
|
||||||
|
|
||||||
### Not Mounted
|
### Attached Virtual Disk (My Passport — Data Drive)
|
||||||
|
|
||||||
| Logical Name | Device | Size | FSType | Label | Note |
|
| Logical Name | Device | Size | Used | Avail | Mount | Label | UUID | Note |
|
||||||
|-------------|--------|------|--------|-------|------|
|
|-------------|--------|------|------|-------|-------|-------|------|------|
|
||||||
| **My Passport** | `vda1` | 1.8T | ntfs | `My Passport` | Western Digital USB drive — needs mounting to check content |
|
| **My Passport** | `vda1` | 1.8T | — | — | **`/mnt/hd`** | `My Passport` | `AE5A06ED...` | NTFS, physical WD drive passed through to VM. **Contains all real Docker service data.** Previously mounted at `/mnt/my_passport` — fixed 2026-05-28. |
|
||||||
|
|
||||||
### NFS Mount (from .23)
|
### NFS Mount (from .23)
|
||||||
|
|
||||||
@@ -89,21 +89,23 @@ aliases: [drive-map, filesystem-map]
|
|||||||
| `downloads/` | — | Download stubs (subdirs only, empty) |
|
| `downloads/` | — | Download stubs (subdirs only, empty) |
|
||||||
| `kopia_0.23.0_linux_amd64.deb` | 17M | Kopia installer |
|
| `kopia_0.23.0_linux_amd64.deb` | 17M | Kopia installer |
|
||||||
|
|
||||||
### Immich (Photo Library — DATA LOST)
|
### Immich (Photo Library — RECOVERED)
|
||||||
|
|
||||||
| Path | Status |
|
| Path | Status |
|
||||||
|------|--------|
|
|------|--------|
|
||||||
| `/mnt/hd/immich/` | ❌ Empty (data lost Apr 21 2026) |
|
| `/mnt/hd/immich/` | ✅ **Recovered 2026-05-28** — all 40K photos found on My Passport |
|
||||||
| PostgreSQL DB | ✅ Metadata for 40,769 assets survives (Dec 2024 – Jan 2025) |
|
| PostgreSQL DB | ✅ Metadata intact |
|
||||||
| Docker containers | ✅ Running (crashed, needs folder init) |
|
| Docker containers | ✅ Running again after mount fix |
|
||||||
|
| **Cause** | My Passport was mounted at `/mnt/my_passport` instead of `/mnt/hd` — Docker looked at `/mnt/hd` which was empty stubs on root |
|
||||||
|
|
||||||
### Backup Role
|
### Backup Role
|
||||||
|
|
||||||
| Direction | Method | Target | Schedule |
|
| Direction | Method | Target | Schedule |
|
||||||
|-----------|--------|--------|----------|
|
|-----------|--------|--------|----------|
|
||||||
| `.35 → .23` | Kopia (host) | `/mnt/nfs_usb_3tb/kopia/` | Weekly (Sun 8am) |
|
| `.35 → .23` | Kopia | `/mnt/nfs_usb_3tb/kopia/` | Weekly Sun 22:00 |
|
||||||
| `.35 → .23` | Backrest/Restic (Docker) | `/mnt/nfs_usb_3tb/backups/restic/` | Daily? |
|
| `.35 → .23` | Backrest (Restic) | `/mnt/nfs_usb_3tb/backups/restic/` | Weekly Sun 23:00 |
|
||||||
| **Gap** | **`/mnt/hd/` NOT backed up** | — | ❌ No backup covers host-level paths |
|
| `.35` VM-level | Proxmox Backup Server (.48) | — | Full VM backup |
|
||||||
|
| **`/mnt/hd/`** | **Backrest (Restic)** | **Same restic repo** | ✅ **Added 2026-05-28** — `/host_fs/mnt/hd` now in `Docker_Containers` plan |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -187,15 +189,13 @@ No SSH access available. Contents fully visible via .35's CIFS mount.
|
|||||||
|
|
||||||
### Key Gaps to Address
|
### Key Gaps to Address
|
||||||
|
|
||||||
1. **Immich photos — lost forever** unless on disconnected drive or MaxtorBackup (.13)
|
1. ✅ **Immich photos recovered** — found on My Passport, now mounted at `/mnt/hd`
|
||||||
2. **`/mnt/hd/` on .35 is not backed up** — any Docker host bind-mount data is unprotected
|
2. ✅ **`/mnt/hd/` backup added** — `/host_fs/mnt/hd` added to Backrest (Restic) plan
|
||||||
3. **.23 has no backup** — single point of failure for .35's backup repos
|
3. **.23 has no backup** — single point of failure for .35's backup repos
|
||||||
4. **MaxtorBackup on .13 is unmounted** — needs investigation
|
4. **MaxtorBackup on .13 is unmounted** — 1.4T ext4, 1% used (~11G, likely empty)
|
||||||
5. **My Passport on .35 is unmounted** — needs investigation
|
|
||||||
|
|
||||||
### Next Steps
|
### Next Steps
|
||||||
|
|
||||||
- [ ] Check MaxtorBackup (`/dev/sde1` on .13 — 1.4T ext4)
|
- [ ] Confirm Backrest backup of `/host_fs/mnt/hd` runs successfully on Sunday
|
||||||
- [ ] Check My Passport (`/dev/vda1` on .35 — 1.8T ntfs)
|
- [ ] Consider if `.23` file-server needs its own backup
|
||||||
- [ ] Decide if `/mnt/hd/` on .35 should be added to Kopia/Restic backup scope
|
- [ ] Check MaxtorBackup (`/dev/sde1` on .13) if needed
|
||||||
- [ ] Consider if .23 needs its own backup
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
created: 2026-05-20 09:30
|
created: 2026-05-20 09:30
|
||||||
modified: 2026-05-20 09:30
|
modified: 2026-05-28
|
||||||
type: note
|
type: note
|
||||||
tags:
|
tags:
|
||||||
- dev-ops
|
- dev-ops
|
||||||
@@ -52,14 +52,34 @@ Three-machine backup with dual-copy (local + network) covering all critical data
|
|||||||
## .35 — sam-ubuntu1
|
## .35 — sam-ubuntu1
|
||||||
|
|
||||||
**Tools**: Kopia + Backrest (Restic) — Docker containers
|
**Tools**: Kopia + Backrest (Restic) — Docker containers
|
||||||
**Sources**: `/Docker/Containers/`, `/docker-config`, `/docker-volumes`, `/host_fs/root/trilium-data`
|
|
||||||
**Target**: `//192.168.20.23/usb_3tb` → `/mnt/nfs_usb_3tb/`
|
**Target**: `//192.168.20.23/usb_3tb` → `/mnt/nfs_usb_3tb/`
|
||||||
- Kopia repo: `/mnt/nfs_usb_3tb/kopia/backups/` (46G)
|
- Kopia repo: `/mnt/nfs_usb_3tb/kopia/backups/` (46G)
|
||||||
- Restic repo: `/mnt/nfs_usb_3tb/backups/restic/` (11G)
|
- Restic repo: `/mnt/nfs_usb_3tb/backups/restic/` (11G)
|
||||||
**Schedule**:
|
|
||||||
- Kopia: Weekly Sun 22:00 (retention: 10 latest, 4 weekly, 12 monthly, 3 annual)
|
### Backup Sources
|
||||||
- Backrest: Weekly Sun 23:00 (prune/check daily)
|
|
||||||
**VM-level**: Proxmox Backup Server (.48)
|
| Source | Tool | Status |
|
||||||
|
|--------|------|--------|
|
||||||
|
| `/Docker/Containers/` | Kopia | ✅ Weekly Sun 22:00 |
|
||||||
|
| `/docker-config`, `/docker-volumes` | Backrest (Restic) | ✅ Weekly Sun 23:00 |
|
||||||
|
| `/host_fs/root/trilium-data` | Backrest (Restic) | ✅ Weekly Sun 23:00 |
|
||||||
|
| **`/host_fs/mnt/hd`** ← _new_ | **Backrest (Restic)** | ✅ **Added 2026-05-28** |
|
||||||
|
| **`/host_fs/var/lib/docker/volumes`** | Kopia | ✅ Weekly Sun 22:00 |
|
||||||
|
|
||||||
|
### Retention
|
||||||
|
|
||||||
|
- Kopia: 10 latest, 4 weekly, 12 monthly, 3 annual
|
||||||
|
- Backrest: 10 latest (prune/check daily)
|
||||||
|
|
||||||
|
### Data Drive (My Passport)
|
||||||
|
|
||||||
|
.dev/vda1 — 1.8T NTFS — physical WD My Passport passed through to VM
|
||||||
|
**Mount point**: `/mnt/hd` (was incorrectly at `/mnt/my_passport` — fixed 2026-05-28)
|
||||||
|
**Contains**: Immich photos (40K), and all Docker service data (audiobookshelf, lidarr, radarr, sonarr, qbittorrent, etc.)
|
||||||
|
|
||||||
|
### VM-level
|
||||||
|
|
||||||
|
Proxmox Backup Server (.48) — full VM backup
|
||||||
|
|
||||||
## .23 — file-server
|
## .23 — file-server
|
||||||
|
|
||||||
@@ -84,5 +104,11 @@ borg extract /mnt/ubuntu_storage_3TB/backup/borg/.13::<archive>
|
|||||||
## Not Covered
|
## Not Covered
|
||||||
|
|
||||||
- `.27`: Git-tracked NixOS config (already covered by flakes)
|
- `.27`: Git-tracked NixOS config (already covered by flakes)
|
||||||
- `.13`: Git-tracked NixOS config, `ollama`/`open-webui` Docker volumes, old Windows drives
|
- `.13`: Git-tracked NixOS config, `ollama`/`open-webui` Docker volumes, old Windows drives, **MaxtorBackup** sde1 (1.4T, unmounted)
|
||||||
- `.35`: Ubuntu VM filesystem (covered by Proxmox PBS), Obsidian vault (in Docker, covered by Kopia)
|
- `.35`: **`.23` file-server has no backup** — single point of failure for restic/kopia repos
|
||||||
|
- `.23`: Itself has no backup at all
|
||||||
|
|
||||||
|
## Recent Changes
|
||||||
|
|
||||||
|
- **2026-05-28**: Discovered My Passport (`/dev/vda1`, 1.8T) had all real data but was mounted at `/mnt/my_passport` instead of `/mnt/hd`. Remounted to `/mnt/hd`. Immich photos (40K) and all Docker service data recovered.
|
||||||
|
- **2026-05-28**: Added `/host_fs/mnt/hd` to Backrest (Restic) backup plan. Previously NOT covered — the 40K Immich photos escaped loss by luck.
|
||||||
|
|||||||
Reference in New Issue
Block a user