commit bc7f1933ac73a6cebc861ea12aec79622957323c Author: root Date: Wed Mar 11 22:10:04 2026 -0500 Initial commit - PVE storage and backup job configs diff --git a/jobs.cfg b/jobs.cfg new file mode 100644 index 0000000..27c712a --- /dev/null +++ b/jobs.cfg @@ -0,0 +1,24 @@ +vzdump: backup-17ceadd8-f547 + all 1 + enabled 1 + fleecing 0 + mode snapshot + node pve + notes-template {{guestname}} + notification-mode notification-system + prune-backups keep-daily=1,keep-last=2,keep-monthly=1 + schedule 21:00 + storage PBS + +vzdump: backup-63688440-9acd + all 1 + enabled 1 + fleecing 0 + mode snapshot + notes-template {{guestname}} + notification-mode notification-system + prune-backups keep-daily=7,keep-last=2,keep-monthly=2,keep-weekly=4 + repeat-missed 0 + schedule 2,22:30 + storage pbs-synology + diff --git a/storage.cfg b/storage.cfg new file mode 100644 index 0000000..896cdad --- /dev/null +++ b/storage.cfg @@ -0,0 +1,37 @@ +dir: local + path /var/lib/vz + content iso,backup,import,vztmpl + +lvmthin: local-lvm + thinpool data + vgname pve + content rootdir,images + +pbs: pbs-synology + datastore Synology-Remote + server 192.168.99.153 + content backup + fingerprint 90:6b:3e:85:c4:e7:77:f0:24:25:1d:b0:2c:f9:6d:08:aa:ce:08:ce:7b:04:4c:c7:c9:e0:cf:dd:99:44:db:21 + prune-backups keep-all=1 + username root@pam + +nfs: truenas-proxmox + export /mnt/Tank/proxmox + path /mnt/pve/truenas-proxmox + server 192.168.99.29 + content vztmpl,images,iso,backup + nodes beast,compute3,compute2 + prune-backups keep-all=1 + +lvmthin: nvmebak + thinpool nvmebak + vgname nvmebak + content images,rootdir + nodes beast + +zfspool: compute3-zfs + pool compute3-zfs + content images,rootdir + mountpoint /compute3-zfs + nodes compute3 +