• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Acronis vs VMsnapshots

blarg

Limp Gawd
Joined
Jul 19, 2009
Messages
140
I'm getting familiar with a VMware ESX 3.5 server I inherited. The last admin was adament that the only good way to back up the VM's was to do acronis images. Wouldn't it be much faster and easier to manage to just do snapshots from the Infrastructure client?
 
Last edited:
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup
Snapshot != Backup

VMware snapshots are similar to oracle or SQL transaction logs. To writ - once taken, all changes to the disks, at the block level, are stored in a delta (change) file (log). As such, they grow very rapidly and indefinitely, and if you DO run out of space, can be totally corrupted. Without the base disk, the snapshot is useless - it only contains block level changes. Without the snapshot, now the base disk is useless, as it is from whenever you took the snap, with nothing since. They're for patching, updates, code tests, etc - NOT for production, and they're not a copy of the VM so they're not a backup.

Make sense?

Now then, you CAN use VCB/etc to leverage snapshots to back up a VM - when we write to a delta file, we no longer have the base disk read/write locked, so it can be copied off safely. This is what VCB, Veem, vRanger, etc all use. I suggest VCB of the 3. Far better than acronis images that converter hates anyway.
 
If you want revenge on your place of business do a snapshot "backup" on your last day :D.
 
Back
Top