Backup vom Proxmox VE Host

Naja, ein "block level" Backup von einer aktiven Disk (da gemountet) ist nicht so ideal, da wird's zu Konsitenzproblemen kommen..

Würd daher zu einen file-level Backup raten, also .pxar anstatt .img und / statt /dev/sda, also in etwa:

Bash:
#!/bin/sh

export PBS_PASSWORD='meinpassort'
export PBS_FINGERPRINT='fingerprint'
export PBS_REPOSITORY='root@pam@192.168.1.35:Backup_ZFS'

proxmox-backup-client backup pve_root.pxar:/ --backup-type host --crypt-mode none --include-dev /
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!