dsh-backup
Run the following command in DeepSeek Harness:
dsh plugin install a903067276-rgb/dsh-backup
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install a903067276-rgb/dsh-backup inside DeepSeek Harness to install the plugin; the source repository is https://github.com/a903067276-rgb/dsh-backup
About this plugin
A DSH workspace left running for weeks will amass conversation history, profile configuration, global agent conventions, and—on many setups—a hand-maintained memory library. Losing any of that to a bad update, a full disk, or a simple rm -rf is painful and irreversible. dsh-backup solves this by packing all of those artifacts into timestamped .zip archives, giving you a one-click local safety net without any third-party cloud dependency.
You can let it run on a timer (default every 6 hours, interval fully configurable) or hit the Back up now button whenever you feel the urge. Extra paths such as your memory library are registered one per line in Settings and folded into the same archive. Automatic rotation keeps only the latest N files (default 10) so the backup folder never bloats out of control. Restore is intentionally manual—stop DSH, extract the archive over its original paths, and keep the current data around until you are confident. The zip packer itself is a zero-dependency, pure-Node stream implementation that needs no system zip, no shell, and survives the session sandbox, making it portable across macOS, Linux, and Windows.
If your daily workflow leans on DSH session context, you maintain a custom memory bank, or you simply prefer a local, offline backup story, dsh-backup is a lean, maintenance-light plugin. It needs DSH 0.1.0-rc.6 or newer and Node.js 16.7+, both bundled with current DSH releases, so there is nothing extra to install.
Screenshots
Use Cases
- Pack DSH session history and profile config into zip archives on a timer
- Build a local offline backup for custom memory libraries or notes
- Manually restore data from the latest archive after disk failure or accidental deletion
Best For
- Developers who rely heavily on DSH session context daily
- Advanced users maintaining custom memory libraries or agent conventions
- Privacy-sensitive workflows that prefer local backups over cloud sync
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.