apprell / proxmox-autosnap

Automatic ZFS Snapshot Script for Proxmox VE 5, 6, 7 and 8
71 stars 15 forks source link

Add option --zfs-send-to to send zfs snapshot to another host #16

Closed jocelynj closed 3 months ago

jocelynj commented 4 months ago

Linked to discussion on #6.

jocelynj commented 4 months ago

I’m not 100% happy with the backup=0/1 stuff, but it looks like that Proxmox encodes this value differently for VM and LXC.

apprell commented 4 months ago

What about ide (for example, it is needed for Mikrotik version 6) and efidisk?

jocelynj commented 4 months ago

I will replace scsi by (ide|sata|scsi|virtio), but I will be able to test only scsi.

jocelynj commented 4 months ago

For efidisk, do you know how proxmox handle the backup=0/1 part? Should we also add tpmstate: https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_tpm?

apprell commented 4 months ago

Checked options for disabling backups for efidisk and tmpstate partitions are not present. Verified if Proxmox Backup Server includes these partitions in backups, and they are present in the backup.

image