apprell / proxmox-autosnap

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

Add new arguments includevmstate and dryrun. #2

Closed datcom-unibw closed 2 years ago

datcom-unibw commented 2 years ago

We added two arguments.

One is 'includevmstate', which tells qm to save the memory of a running VM in addition to its disks. The other is 'dryrun', with which the program runs as usual, but no snapshots are actually created or deleted. It is meant mainly for testing purposes.