Initial commit - PVE storage and backup job configs
This commit is contained in:
24
jobs.cfg
Normal file
24
jobs.cfg
Normal file
@@ -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
|
||||||
|
|
||||||
37
storage.cfg
Normal file
37
storage.cfg
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user