How to set up Kopia on Linux in 2026

## Why Kopia in 2026 Linux backup is one of those topics where the recommended tool changes every few years and most articles age badly. Timeshift is great for system rollback but it is local-only. Borg is fast and dedups well, but its cloud story is bolted on with rclone. Restic is the default if... » read more

How to back up and restore DeepSeek Reasonix config and sessions

Reasonix stores global state in ~/.reasonix/, project state inside the project, and the runtime in two more places. Knowing which directory holds what makes backup scripts trivial. The trickiest file is .env — it is excluded from MCP child environments but you still want it under version control, just redacted. A backup script #!/usr/bin/env bash... » read more