I installed Proxmox Backup Server and configured it as backup storage in my Proxmox cluster. I created a backup of my Windows VM but accidentally deleted the full backup. Now every new backup job only produces very small files, and I was expecting full backups.
Here is the VM configuration:
And here is the storage configuration:
What is strange is that the VM actually uses about 80 GB, but the backup file size is very small. How can I force Proxmox to make a proper full backup again?
Here is the VM configuration:
Code:
agent: 1
bios: ovmf
boot: order=scsi0
cores: 4
memory: 4160
name: WIN10-APP-SERVER
scsi0: local-zfs:vm-100-disk-0,backup=0,cache=writeback,discard=on,size=550G
scsihw: virtio-scsi-pci
And here is the storage configuration:
Code:
dir: local
path /var/lib/vz
content backup,vztmpl,iso
zfspool: local-zfs
pool rpool/data
content rootdir,images
dir: STORAGE1
path /mnt/pve/STORAGE1
content snippets,backup,vztmpl,images,rootdir,iso
What is strange is that the VM actually uses about 80 GB, but the backup file size is very small. How can I force Proxmox to make a proper full backup again?