>1. If I'm taking snapshots of VM with 10 GB hard drive every day, will the folder with all snapshots exceed the 10GB size eventually? If yes, how will I know that my storage will be enough?
Each snapshot can grow up to 10GB depending on disk load. So in worst case Total VM size = (NumberOfSnapshots +1 ) * VMSize
>2. Do I need to keep all snapshots or can I delete all of them and keep only the last one? If I can keep only the last one, is it possible that this snapshot will be bigger than 10GB?
Keep only significant points you want to be able to restore to, all other snapshots can be deleted. But you should think about backups instead of snapshots. Snapshots use expensive high-speed storage, while you can keep backups on dedicated server with a bunch of BIG and cheap SATA drives, or even on magnetic tape.
>3. Regarding Backups, what are the differences between snapshots and backups (data recovery tool)?
Backups are VM copies on another media. Snapshot is recorded state of VM you can quickly revert to.
>4. If I'm planning to backup servers (data recovery tool) over the network, will it extremely load it?
Not more load than on standard file server.
>1. Is the delta taken from the original state or from the last snapshot?
Delta is a difference to last active snapshot. There can be even a tree of snaphots, not always just a line.
>2. Do I need to take the snapshots after deleting the previous one or I can take snapshot and then delete the previous one?
You can just delete snapshot without taking new. Most my VMs do not have any snapshots.
>3. Is it possible that one snapshot will be bigger than the hard drive of the VM?
Maximum size of snapshot is sum of all hard drives plus VM RAM size.
>4. So if I'm using VDR I'll get a complete machine for every backup, right? Isn't it too "heavy" for the network (the backup is done on remote FTP)?
You should know better your network and available bandwidth.
---
VMware vExpert '2009
http://blog.vadmin.ru