where does proxmox store backups?

Proxmox backup storage location details 2025

Included 'storage location' and the current year to ensure the results are relevant and up-to-date regarding where Proxmox stores backups.

Proxmox, an open-source server virtualization management platform, provides several options for storing backups of virtual machines (VMs) and containers. Understanding where these backups are stored is crucial for efficient management and recovery processes. Here’s a comprehensive overview of the various locations where Proxmox stores backups.

Default Backup Locations in Proxmox

1. Local Storage

By default, Proxmox typically stores backups on the local storage of the host machine. The specific directory for storing these backups is usually:

  • For VMs: /var/lib/vz/dump/
  • For Containers (LXC): Also utilizes the same path as VMs, /var/lib/vz/dump/

This default location can be modified based on user preference and storage requirements. It is important to ensure that the storage is adequately provisioned to accommodate backup files, which can be substantial depending on the size of the VMs or containers being backed up[^1^][^6^].

2. External Storage

Proxmox also supports backing up to external storage locations. This can include:

  • NFS (Network File System)
  • CIFS (Common Internet File System)
  • iSCSI targets

To access these external storage options, users must first configure the storage in the Proxmox interface, establishing connectivity to ensure reliable backup and restore operations. Backups placed in these external locations will not only alleviate local storage concerns but also provide additional redundancy and security for backup files[^2^][^4^].

3. Proxmox Backup Server

For more advanced backup management, Proxmox offers a dedicated backup solution called Proxmox Backup Server. This server provides a more structured method for backup storage, allowing for:

  • Efficient deduplication of data.
  • Incremental backups.
  • Advanced scheduling options.

Backups created through the Proxmox Backup Server are typically stored in dedicated directories that follow a structured path, making it easy to manage the backup files effectively.

4. Customization of Backup Locations

Users have the flexibility to customize the backup storage location according to their operational requirements. This can be configured through the Proxmox web interface or directly via configuration files. Adjustments typically involve modifying settings in the /etc/pve/storage.cfg to point to a new backup path or storage type (NAKIVO).

Verifying and Modifying Backup Settings

To verify where backups are currently being stored, you can check the configuration files mentioned above or through the Proxmox web interface under Datacenter > Storage. From there, you can view the configured storage options and validate the paths being utilized for backups.

Command Line Inspection

If you're comfortable using command-line tools, you can check the storage directories directly with commands such as:

cat /etc/pve/storage.cfg
cat /etc/proxmox-backup/datastore.cfg

These commands will confirm the storage configurations and the paths associated with Proxmox backups.

Conclusion

Proxmox provides robust options for backup storage, catering to both local and remote storage needs. By choosing the right storage method, whether it be local, external, or a dedicated Proxmox Backup Server, administrators can ensure reliable data protection and quick recovery capabilities. Regularly verifying the backup configurations and adjusting them as necessary is essential for maintaining a resilient virtualized environment.

For detailed guidance, users can refer to the Proxmox documentation available on their official website and related resources for specific commands and configuration settings.

Related Searches

Sources

10
1
Backup Storage — Proxmox Backup 4.0.11-2 documentation
Pbs

Backup Repository Locations ... The current implementation uses a directory inside a standard Unix file system ( ext4 , xfs or zfs ) to store the backup data.

2
How to Check and Modify Proxmox Backup Locations - NAKIVO
Nakivo

This blog post explains how to check the default backup location and how to change the Proxmox backup location.

3
backup files path - Proxmox Support Forum
Forum

What storage are you using? Output of cat /etc/proxmox-backup/datastore. cfg and cat /etc/pve/storage. cfg would help.

4
Backup and Restore - Proxmox VE
Pve

The File Restore button in the Backups tab of the storage GUI can be used to open a file browser directly on the data contained in a backup.

5
LXC Backup location on filesystem - Proxmox Support Forum
Forum

Your backups will be stored at that backup storage. Usually this is the "local" storage and your backups will end up on "/var/lib/pve/dump".

6
How to Check and Modify Proxmox Backup Location?
Vinchin

Local Storage: If you're saving backups to local storage, they will usually be stored in the /var/lib/vz/dump/ directory on the Proxmox node.

7
Setup space for backups - Proxmox Support Forum
Forum

1. Find the drive that needs to be formatted to type ext4. Code: pvdisplay · 2. Format the drive: Code: mkfs. · 3. Make a directory under /mnt.

8
Change default backup storage location? : r/Proxmox - Reddit
Reddit

'Backup' tab of random LXC, pbs-syn-nas is the default shown storage location. I would like it to be my 'local-backup' storage location instead.

9
Proxmox Machine Backup Path into Proxmox Backup Server Directory
Forum

Here I have found the backup in proxmox under the pathe vm/105/ but the file size is 324 KB. Tha actual size is 42 GB. When I am taking backup ...

10
Changing the backup default disk - Proxmox Support Forum
Forum

For the scheduled backup you can select the storage location when you select a scheduled job and select another "Storage" location: