Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Proxmox Cookbook

You're reading from   Proxmox Cookbook Over 60 hands-on recipes to perform server virtualization and manage virtualized server solutions with Proxmox

Arrow left icon
Product type Paperback
Published in Aug 2015
Publisher
ISBN-13 9781783980901
Length 318 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Wasim Ahmed Wasim Ahmed
Author Profile Icon Wasim Ahmed
Wasim Ahmed
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Installing Proxmox FREE CHAPTER 2. Getting to Know the Proxmox GUI 3. Cluster and VM Management 4. Network Configurations 5. Firewall Configurations 6. Storage Configurations 7. Backup and Restore 8. Updating and Upgrading Proxmox 9. Monitoring Proxmox 10. Advanced Configurations for VMs 11. The CLI Command Reference Index

Configuring a backup with vzdump.conf


The vzdump.conf file holds backup configurations for both manual and automated backup schedules. It is located in /etc/vzdump.conf of each Proxmox node. The configuration is different for each node. Any changes made to the file will not be replicated across the cluster. All the default backup configurations are encoded in the operating system. Any changes made to this file will override any default backup settings.

How to do it...

The following screenshot shows vzdump.conf as it appears on a Proxmox node:

By default, all the options are commented. To change an option, simply uncomment and set a value for each option. Here are some of the most commonly used options and their functions.

#bwlimit

This option sets the network bandwidth consumption during backup jobs. The limit must be defined in KBPS. For example, if we want to restrict the backup to 500 Mbps, we will change the limit as follows in the vzdump.conf file:

bwlimit 500000

#lockwait

To prevent multiple...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime