- Added Proxmox VE configuration collection scripts - Included documentation and quick-start guides - First infrastructure snapshot from serviceslab (2025-11-29) - All VM configs (10 VMs) and LXC configs (3 containers) - Git setup complete with .gitignore protecting sensitive data
31 lines
578 B
INI
31 lines
578 B
INI
dir: local
|
|
path /var/lib/vz
|
|
content vztmpl,iso,backup
|
|
|
|
lvmthin: local-lvm
|
|
thinpool data
|
|
vgname pve
|
|
content images,rootdir
|
|
|
|
zfspool: Vault
|
|
pool Vault
|
|
content rootdir,images
|
|
mountpoint /Vault
|
|
nodes serviceslab
|
|
|
|
pbs: PBS-Backups
|
|
datastore backups
|
|
server 192.168.2.151
|
|
content backup
|
|
fingerprint dc:7c:c6:19:f3:79:1c:f0:a9:36:3c:b0:6d:9f:8e:9a:53:c3:70:de:b8:a8:7a:c9:3a:4e:38:fb:60:f9:10:8f
|
|
prune-backups keep-all=1
|
|
username root@pam
|
|
|
|
nfs: iso-share
|
|
export /mnt/Vauly/iso-vault
|
|
path /mnt/pve/iso-share
|
|
server 192.168.2.150
|
|
content iso
|
|
prune-backups keep-all=1
|
|
|