Files
nixos/hosts/case/locutus.toml
Alexander Wainwright ce30261865 Restructure
2025-06-26 21:38:14 +10:00

61 lines
955 B
TOML

[includes]
paths = [
"/etc",
"/root",
"/srv",
"/var/spool",
"/home"
]
[excludes]
paths = [
"*.bak",
"*.venv",
"*.mypy_cache",
"*/.cache",
"*.config/*Cache/",
"*.config/*cache/",
"*.config/borg/security/",
"*.config/Signal",
"*.config/discord",
"*.config/microsoft-edge",
"*/Cache*",
"*/mnt",
"/home/*/.cache",
"/home/*/.cargo",
"/home/*/.local/*/Trash",
"/home/*/.local/lib",
"/home/*/.local/pipx",
"/home/*/.local/share/atuin",
"/home/*/.local/share/nvim",
"/home/*/.local/share/uv",
"/home/*/.mozilla",
"/home/*/.npm",
"/home/*/CMakeFiles",
"/home/*/Downloads",
"/home/*/downloads",
"/home/*/nextcloud",
"/home/*/snap",
"/home/*/software",
"/home/*/venv",
"/home/*/workspace/*.obj",
"/home/*/workspace/*.obj.d",
"/home/*/workspace/_*",
"/home/*/.rustup",
"/nix",
"/dev",
"/proc",
"/sys",
"/tmp",
"/run"
]
[prune]
keep_last = 7
keep_daily = 7
keep_weekly = 4
keep_monthly = 6
[compact]
enabled = true