PBS with WORM/Immutable Storage for Backup Chunks

pingtrace

New Member
Aug 13, 2026
1
1
3
Hi everyone,

Can PBS work with WORM/immutable storage for the backup chunks?

For example, if existing chunks are stored in an immutable/WORM folder, can PBS continue to perform regular backups by simply creating new chunk files and creating new index files that reference existing unchanged chunks?

If existing chunks cannot be modified or deleted, can PBS still reuse/reference those chunks for subsequent backups?

Can the metadata/index files be stored in a separate normal writable folder (where files can be created, modified, and deleted), while the actual chunk files are stored on immutable storage?

How does PBS Garbage Collection handle an immutable datastore? If GC cannot modify or delete a chunk, does it:

  • fail with an error and stop,
  • log a warning and skip the chunk, or
  • handle it in another way?
The idea is that each individual chunk would have its own immutable retention period. After the defined retention period expires, the chunk would become writable/deletable again.

Thanks!
 
  • Like
Reactions: FrankList80
Not immutable, but you can:
- protect each backup
- do not run gc / prune

Furthermore: you can create a user account fpr pve usage, which has the rights "backup". this user can only write (delvier), protect and restore backups, but not delete.
 
  • Like
Reactions: Johannes S