overwatch icon indicating copy to clipboard operation
overwatch copied to clipboard

[FEAT] - Bronze Snapshots - Enable Incremental

Open GeekSheikh opened this issue 2 years ago • 1 comments

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)

GeekSheikh avatar Sep 26 '22 15:09 GeekSheikh

Simplify / Create function to restore bronze

  • [ ] drop all silver / gold if exists
  • [ ] restore bronze
  • [ ] rebuild silver / gold with max days = 9999

GeekSheikh avatar Nov 08 '22 13:11 GeekSheikh