Hi.
I driving some VMs which are not on PVE and i do not have direct access to snapshot etc.
Now for the backup task i am creating mounting an additional volume (via cloud api), then i make a dump of the mysql databases which i compress on the fly with gzip. Resulting in about 10GB of compressed archives. Now i start the proxmox-backup-client like below and send the backup of this volume to my PBS server.
Most of the database data stays similar, they just get added log data.
How will deduplication work in this case?
Can I somehow check how much space each backup takes after deduplication?
Should I eventually use different process?
I driving some VMs which are not on PVE and i do not have direct access to snapshot etc.
Now for the backup task i am creating mounting an additional volume (via cloud api), then i make a dump of the mysql databases which i compress on the fly with gzip. Resulting in about 10GB of compressed archives. Now i start the proxmox-backup-client like below and send the backup of this volume to my PBS server.
Code:
proxmox-backup-client backup backup.pxar:/mnt/volume --repository ..
Most of the database data stays similar, they just get added log data.
How will deduplication work in this case?
Can I somehow check how much space each backup takes after deduplication?
Should I eventually use different process?