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:
Thanks!
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?
Thanks!