restic: add some more ignores

This commit is contained in:
notohh 2023-06-06 00:08:55 -04:00
parent 5a582e45e4
commit 84411fc8a9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -12,24 +12,26 @@
"/home"
];
exclude = [
"*.qcow2"
"*.iso"
"/home/*/Downloads"
"/home/*/Games"
"/home/*/Videos"
"/home/*/cryptomator"
"/home/*/.cache"
"/home/*/.wine"
"/home/*/.rustup"
"/home/*/.cargo"
"/home/*/.factorio"
"/home/*/.mplayer"
"/home/*/.steam"
"/home/*/.local/share/Trash"
"/home/*/.local/share/Steam"
"/home/*/.local/share/.var"
"*.qcow2"
"*.iso"
];
pruneOpts = [
"--keep-daily=5"
"--keep-weekly=3"
"--keep-monthly=2"
"--keep-daily=8"
"--keep-weekly=6"
"--keep-monthly=5"
];
initialize = true;
repository = "/nas/home";