From 26cfccdca6f6d42dbff91a0db264e03d7349222f Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 30 Jul 2024 19:10:13 +0200 Subject: [PATCH] backup ignore list --- backups/backups-ignore.txt | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 backups/backups-ignore.txt diff --git a/backups/backups-ignore.txt b/backups/backups-ignore.txt new file mode 100644 index 0000000..15c2759 --- /dev/null +++ b/backups/backups-ignore.txt @@ -0,0 +1,42 @@ +# this file notes down what things to ignore when you make backups, for example +# with borg/vorta +# +# The assumption is that we want to keep userdata, not application data. For +# example, we want to keep the image you drew, not the executable of the program +# you drew that with. The reasoning is that you can probably install that anew +# with little effort. + +# things in /home +~/.local/state +~/.local/share/Trash +~/.cache +~/.steam +~/Downloads +~/.cargo/registry +~/.local/share/flatpak +~/.local/share/nvim/mason +~/.local/share/nvim/lazy +~/.pyenv + +# keywords +**trash** +**Trash** +**cache** +**Cache** + +# part of dir tree +**/tmp +**/temp + +# programming stuff and compiled stuff +*/target +**/.rustup + +# filetypes +*.iso +*.tmp + +# system stuff +/var/cache +/var/log +/tmp