Request: the equivalent of the vmware data recovery system

L

langloispy

Guest
Hi,

The backup system of Proxmox works fine but it keeps only a full backup of the VM each time.

It would be nice to have a backup system that allows to keep only the delta between the previous and the latest snapshot (like vmware) to allow a backup system more "incremental" than "full". Backups are lighter so you can keep a lot of them.

VMWare data recovery allows the use of retention scheme.
ex:
for vm123
- backup every day (retention 7 days)
- backup once a week(retention 4 weeks)
- backup once a month (retention 6 months)
- backup once a year (retention 1 year)

After a disaster, you can then select the best backup for your needs, select "restore" and voilà! The VM is up and running. The footprint is very light because all backup are incremental (near 1:1)

Thanks!
 
It would be nice if Proxmox could do that.

If you want to give a try implementing your own solution:

Last I looked vzdump did pass the -rsyncable option to gzip.
With the gzip rsyncable option you could use rdiff-backup: http://www.nongnu.org/rdiff-backup/ to store daily deltas.
rdiff-backup even works well over a WAN link since it only transmits the deltas.

What I do is backup each VM three times a week to encrypted remove able disks that we transport offsite.
If a VM has important data, like a database that changes frequently, inside the VM I backup the DB, gzip it and run rdiff-backup to an off-site location daily.
I find this method is much less resource intensive than trying to make daily deltas of entire VM backups.
 
it is possible to configure vzdump to keep more then 1 copy.
file = /etc/vzdump.conf
===========
mode: snapshot
maxfiles:4
===========

is what i am using.. if that file could be synced i would be happy.
 
it is possible to configure vzdump to keep more then 1 copy.
file = /etc/vzdump.conf
===========
mode: snapshot
maxfiles:4
===========

this can be set on the gui (added recently)
 
Hi e100
The gzip option "rsyncable" is enabled by default when i use compression on VZdump or i need to add some option some where?
I think is a very useful slution for offsite backup (i need this kind of solution from a lot of time...) the other alternative is Deduplication like (lessfs).
What do you think about?
Thanks in advance
 
its in 1.9. see screenshot.max-files.png
 
Last edited:
Okey, Nice. :) could one have that setting replicated to all cluster nodes ?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!