and is complete nonsense for our use case ...
can Proxmox Backup server is able to backup Proxmox VE individually or along VMS on it ?? also what is best approch to update proxmox VE , i mean how to backup proxmox VE before updating it to new release , in case something bad happen during upgrade.
proxmox-backup-client backup proxmoxRoot.pxar:/ --include-dev /etc/pve --verbose --repository root@pam@192.168.X.X:DatastoreLocal
# Variaveis
snap="host/pveb2/2020-07-29T17:24:14Z"
usuariopbs="root@pam"
ippbs="192.168.X.X"
datastorepbs="DataStoreLocal"
# Parar serviços
echo "------------ Parando serviços ------------------------"
for i in pve-cluster pvedaemon vz qemu-server; do systemctl stop $i ; done
# Exibindo backups
echo "----------- Exibindo backups --------------"
proxmox-backup-client snapshots --repository $usuariopbs@$ippbs:$datastorepbs
echo "Enter para continuar..."
read
# Restaurando ETC
echo "----------------- Restaurando Etc --------------"
proxmox-backup-client restore $snap proxmoxEtc.pxar /restaurar/etc --repository $usuariopbs@$ippbs:$datastorepbs
echo ".. ETC Restaurado. Enter p/ continuar"
read
# Restaurando Lib
echo "----------------- Restaurando Lib -----------------"
proxmox-backup-client restore $snap proxmoxLib.pxar /restaurar/pve-cluster --repository $usuariopbs@$ippbs:$datastorepbs
echo ".. LIB Restaurado. Enter p/ continuar"
read
# Restaurando Root
echo "----------------- Restaurando Root -----------------"
proxmox-backup-client restore $snap proxmoxRoot.pxar /restaurar/root --repository $usuariopbs@$ippbs:$datastorepbs
echo ".. ROOT Restaurado. Enter p/ continuar"
read
# Copiando arquivos
echo "----------------- Copiando arquivos -----------------"
cp -avr /restaurar/etc /
echo "ETC copiado. Enter p/ continuar"
read
cp -avr /restaurar/root /
echo "ROOT copiado. Enter p/ continuar"
read
cp -avr /restaurar/pve-cluster /var/lib/
echo "pve-cluster copiado. Enter p/ continuar"
read
echo "------------ Iniciando serviços ------------------------"
for i in pve-cluster pvedaemon vz qemu-server; do systemctl start $i ; done
echo "Enter para continuar"
read
# Iniciar o cluster
echo "Fazendo alteração para iniciar o cluster não vazio"
mv /etc/pve /etc/pve.bak
systemctl restart pve-cluster
echo "Finalizado.... Enter para fechar"
read
echo "----------------- FIM -----------------"
Is there a changelog for PBS 0.8.11?
I can use nfs storage with Proxmox Backup Server?
not recommended (but possible). Best practice: local ZFS storage
see also https://pbs.proxmox.com/docs/administration-guide.html#backup-server-management
Is it possible to initialize backup job from PBS server, not from client?
is there a plan, when it go to productiv?
I'm searching a bit but couldn't find anythhing about it.
As soon as all critical bugs and issues are addressed and fixed, as always.
Does this fix the postfix issue with unpriviledged containers in vzdump?
vzdump of turnkey linux templates would not restore properly in unpriviledged containers because of postfix directory. There was a not so simple fix of excluding directories via CLI backup/restore. Is this process made simpler with the backup server?What should fix that and which issue?
what's new for 0.9 ?
apt changelog proxmox-backup-client
apt changelog proxmox-backup-server