Skip Swap Files and Partitions

Swap files on Windows OS and swap partitions on Linux OS serve as a “virtual memory” and store temporary runtime data that is not in use by RAM. Swap files and partitions allow the OS to increase its performance: once the physical memory is full, the OS can send less frequently used data to a swap file/partition and use the freed up physical memory to perform high priority tasks. While this approach is great for OS and application performance, it has a negative effect on VM backup and replication.

The contents of the swap file change constantly, so each time you run a VM backup or VM replication, the swap file/partition is included in the backup/replica. Since the swap file can automatically grow up to 3X the size of RAM, this means that gigabytes of unnecessary data are processed, transferred, and stored each time you back up a VM. The impact of swap files and partitions on the backup and replication is significant even in small environments. For example, if you run a backup for 10 VMs and each VM has just 2 GB of swap data, you will transfer and store: 10 VMs x 2GB x 22 working days = 440 GB of useless data during one month. Bummer!

NAKIVO Backup & Replication automatically skips swap files and partitions in VMware VMs, Hyper-V VMs, and AWS EC2 instances, which results in faster and smaller backups and replicas! Note that the application-aware mode instructs applications and databases running inside VMs to flush their data from memory to disk, which means that all important data will be included in your VM backups and replicas.