One-command backup of DSH user data: /backup, scheduled auto-backup, sha256 checksums and rotation.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:xiaoyuyu6420/dsh-backup
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
One-command backup for DeepSeek Harness user data — sessions, settings,
credentials, skills, and plugin config under ~/.dsh, excluding reinstallable
node_modules — with sha256 checksums, automatic rotation, and scheduled
auto-backup.
Features
/backup— immediately back up~/.dshto~/Desktop/dsh-backups/dsh-<timestamp>.tar.gz/backup list— list existing backups and auto-backup status/backup auto <N>— auto-backup every N hours (1–720; keeps 3 copies below 24h, 7 otherwise)/backup auto//backup auto off— query status / disable/backup --keep N— override the rotation count (default 7)backup_dshtool — same capability for the model (mode=backup|list|auto)
Every backup writes a sidecar *.sha256 checksum file. Rotation deletes the
oldest archives beyond the keep count.
Security note
Backups contain plaintext credentials (.credentials.yaml, qq-bridge/config.json).
Archives are chmod 600 (owner read/write only), but do not sync the backup
directory to untrusted locations, and treat archives as sensitive as your API keys.
Install
dsh plugin --profile web add dsh-backup
Then restart dsh web and run /backup.
Requirements
- macOS or Linux with
tarin PATH (checksum preferssha256sum, falls back toshasumon macOS) - DSH
0.1.0-rc.6or compatible
License
MIT
Links
More in this category
liustack/modlens★ 1199
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
Anionex/dsh-vision-toolkit★ 308
Vision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.
zhaoolee/notes★ 138
Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
liustack/modsearch★ 85
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
Lum1104/dsh-browser★ 80
Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
taxueseek/argo★ 69
Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.