fix: defer backup reminder to precmd (p10k compat), add dotfiles restic profile
This commit is contained in:
@@ -9,6 +9,37 @@ groups:
|
||||
- pictures
|
||||
- pictures-local
|
||||
|
||||
dotfiles:
|
||||
repository: "rclone:yadisk:System/Backups/ada-x1/dotfiles"
|
||||
password-file: "~/.config/resticprofile/pass.txt"
|
||||
backup:
|
||||
source:
|
||||
- ~/dotfiles
|
||||
- ~/.config
|
||||
- ~/.ssh
|
||||
- ~/.claude
|
||||
- ~/.codex
|
||||
exclude:
|
||||
- "**/.cache"
|
||||
- "**/__pycache__"
|
||||
- "~/.config/Code"
|
||||
- "~/.config/BraveSoftware"
|
||||
- "~/.config/chromium"
|
||||
- "~/.config/google-chrome"
|
||||
- "~/.codex/logs_*"
|
||||
- "~/.codex/sqlite"
|
||||
- "~/.codex/telemetry"
|
||||
- "~/.codex/sessions"
|
||||
- "~/.claude/telemetry"
|
||||
- "~/.claude/file-history"
|
||||
- "~/.claude/session-env"
|
||||
- "~/.claude/projects"
|
||||
forget:
|
||||
keep-last: 10
|
||||
keep-daily: 14
|
||||
keep-weekly: 4
|
||||
keep-monthly: 3
|
||||
|
||||
projects:
|
||||
repository: "rclone:yadisk:System/Backups/ada-x1/Documents/Projects"
|
||||
password-file: "~/.config/resticprofile/pass.txt"
|
||||
|
||||
Reference in New Issue
Block a user