Files
dotfiles/dot_config/resticprofile/profiles.yaml
T
Dmitry 02b0ca610d refactor: remove restic timers, add scripts/configs, update docs
- resticprofile: remove all schedules (manual backups via backup-menu)
- resticprofile: fix hardcoded /home/ada paths → ~/
- proj(): find git repos by .git presence up to depth 4
- bootstrap.sh: add fzf, fd, bat, ripgrep, kitty, htop to packages
- README.md: rewrite for chezmoi (remove stow references)
- add: htoprc, betterbird_up.sh, kitty_up.sh, tg_up.sh
2026-05-13 19:47:46 +03:00

118 lines
2.5 KiB
YAML

groups:
all:
- projects
- projects-local
- vaults
- vaults-local
- files
- files-local
- pictures
- pictures-local
projects:
repository: "rclone:yadisk:System/Backups/ada-x1/Documents/Projects"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Documents/Projects
forget:
keep-last: 24
keep-daily: 14
keep-monthly: 3
exclude:
- "**/.git"
- "**/node_modules"
- "**/.venv"
- "**/target"
# Локальное зеркало projects
projects-local:
repository: "rclone:cloud-pc:pool/System/Backups/ada-x1/Documents/Projects"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Documents/Projects
forget:
keep-last: 24
keep-daily: 14
keep-monthly: 3
exclude:
- "**/.git"
- "**/node_modules"
- "**/.venv"
- "**/target"
# Важные данные
vaults:
repository: "rclone:yadisk:System/Backups/ada-x1/Documents/Vaults"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Documents/Vaults
forget:
keep-last: 12
keep-daily: 7
keep-monthly: 12
# Локальное зеркало vaults
vaults-local:
repository: "rclone:cloud-pc:pool/System/Backups/ada-x1/Documents/Vaults"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Documents/Vaults
forget:
keep-last: 12
keep-daily: 7
keep-monthly: 12
# Документы
files:
repository: "rclone:yadisk:System/Backups/ada-x1/Documents/Files"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Documents/Files
forget:
keep-daily: 30
keep-weekly: 12
keep-yearly: 1
## Локальное зеркало files
files-local:
repository: "rclone:cloud-pc:pool/System/Backups/ada-x1/Documents/Files"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Documents/Files
forget:
keep-daily: 30
keep-weekly: 12
keep-yearly: 1
# Фотографии и видео
pictures:
repository: "rclone:yadisk:System/Backups/ada-x1/Pictures"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Pictures
forget:
keep-daily: 14
keep-weekly: 8
keep-monthly: 12
keep-yearly: 2
# Локальное зеркало pictures
pictures-local:
repository: "rclone:cloud-pc:pool/System/Backups/ada-x1/Pictures"
password-file: "~/.config/resticprofile/pass.txt"
backup:
source:
- ~/Pictures
forget:
keep-daily: 14
keep-weekly: 8
keep-monthly: 12
keep-yearly: 2