惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
The Cloudflare Blog
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
小众软件
小众软件
量子位
月光博客
月光博客
P
Proofpoint News Feed
IT之家
IT之家
腾讯CDC
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
雷峰网
雷峰网
V
Visual Studio Blog

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice ceph-osd crashes with kernel 6.17.2-1-pve on Dell system
Moving existing PBS from VMWare workstation to PVE cluster
invalid@exam · 2026-05-30 · via Proxmox Support Forum

Imho it's a bad idea to have your backups inside your prouction environment. Imagine something bad happens ( hardware error, ransomware) you will need your cluster to restore your cluster. Even worse: If some bad actor manages to take over your cluster he can also access your backups.

So I wouldn't do this without some mitigations, some ideas:
- Keep your vmware pbs to have another local copy ( also good for fast restores)
- Use the PBS vm/lxc only as relay to be able to do fast backup / restore without needing acess to the vmware pbs or s3 storage. That way your pc doesn't need to run all the time
- Configure the permissions that each PBS can read/pull backups of each other nut not write/remove/modify them.
- D'ont use your PBS vm/lxc inside the cluster for the s3 aceess so a bad actor doesn't get it's acess infos (user, password, api tokens). Instead use your vware pbs for pushing to s3.
- Alternatively get a cheap cloud vserver, install PBS on it and use this PBS for pulling backups from your cluster pbs/vm andpushing them to S3.
- You could even create firewall rules which would allow access to the offsite or vmware pbs only from your pc (since for a pull sync no open incoming port is needed on the pulling pbs).

You should also have muliple copies. More on this and the whole permission business can be found in the manual:
https://pbs.proxmox.com/docs/storage.html#ransomware-protection-recovery

Finally: Don't forget to test restores from time to time.
Update: It might make sense to have some automatism/script for the power up pc/start vmware pbs/sync backups dance, so you don't need it running the whole time but can't forget it.

Last edited: