store: Proxmox backup storage path is home-truenas not /mnt/truenas

This commit is contained in:
Cal Corum 2026-02-19 11:05:39 -06:00
parent e1f2555125
commit 07aefd27db

View File

@ -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.