From 07aefd27dbc1f4a35feb209c0adabc15c2662d05 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 19 Feb 2026 11:05:39 -0600 Subject: [PATCH] store: Proxmox backup storage path is home-truenas not /mnt/truenas --- ...h-is-home-truenas-not-mnttruenas-1755df.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 graph/configurations/proxmox-backup-storage-path-is-home-truenas-not-mnttruenas-1755df.md diff --git a/graph/configurations/proxmox-backup-storage-path-is-home-truenas-not-mnttruenas-1755df.md b/graph/configurations/proxmox-backup-storage-path-is-home-truenas-not-mnttruenas-1755df.md new file mode 100644 index 00000000000..5b4b7c7e563 --- /dev/null +++ b/graph/configurations/proxmox-backup-storage-path-is-home-truenas-not-mnttruenas-1755df.md @@ -0,0 +1,22 @@ +--- +id: 1755df97-a20a-4ea2-bab2-cc3660b079ce +type: configuration +title: "Proxmox backup storage path is home-truenas not /mnt/truenas" +tags: [proxmox, truenas, backup, homelab] +importance: 0.7 +confidence: 0.8 +created: "2026-02-19T17:05:39.377137+00:00" +updated: "2026-02-19T17:05:39.377137+00:00" +--- + +## TrueNAS Backup Storage on Proxmox + +The correct backup storage configuration: +- PVE storage name: home-truenas +- Mount path: /mnt/pve/home-truenas +- Server: 10.10.0.35 (CIFS share 'proxmox') +- Backup location: /mnt/pve/home-truenas/dump/ (PVE managed) or /mnt/pve/home-truenas/pve7to8-backups/ (manual) +- Use --storage home-truenas with vzdump (NOT --dumpdir /mnt/truenas/...) +- 17 TiB total space, ~2% used as of Feb 2026 + +The mount is managed by PVE via /etc/pve/storage.cfg, not fstab. It auto-mounts when PVE starts.