overwatch
overwatch copied to clipboard
[FEAT] - Bronze Snapshots - Enable Incremental
Currently, the bronze snapshot function doesn't hanlde incremental backups.
This should be easy to implement with a Trigger.Once streaming pipeline.
Existing function
Bronze(workspace).snapshot("/path/to/my/backups/sourceFolder", true)
Simplify / Create function to restore bronze
- [ ] drop all silver / gold if exists
- [ ] restore bronze
- [ ] rebuild silver / gold with max days = 9999