dsh-backup-retention
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-backup-retention
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-backup-retention in DeepSeek Harness to install this plugin (source: https://github.com/uckkk/dsh-backup-retention)
About this plugin
Figuring out how much storage a backup policy will eventually consume often boils down to back-of-the-envelope guesswork. dsh-backup-retention replaces that uncertainty with precise arithmetic: you supply the policy parameters and the tool walks through the math step by step, returning every intermediate result so the capacity boundary is crystal clear.
The plugin registers itself as the backup_retention tool inside your session. A single call with the relevant parameters produces a complete calculation breakdown. The implementation is pure Node with zero network calls, which makes it safe to run offline, inside intranet boundaries, or as a node in an existing agent workflow without pulling in extra dependencies.
If you need to periodically project backup growth in an automation pipeline, compare capacity budgets across policy variants, or simply sanity-check what a set of retention parameters implies for total storage footprint, this lightweight utility is built for the job. It is especially well suited to ops and data engineers who prefer local computation and want to keep sensitive parameters off any external API.
Use Cases
- Periodically project storage growth under a backup policy
- Compare capacity budgets across different retention periods
- Quickly validate parameter combinations in an offline environment
Best For
- Ops engineers managing storage capacity
- Data engineers quantifying backup costs
- SREs maintaining DevOps automation pipelines
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.