Finalize borg

This commit is contained in:
insert 2024-05-05 14:32:58 -04:00
parent 1bb5c19744
commit 332cb78c00
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 33 additions and 32 deletions

View file

@ -29,7 +29,6 @@
#pkgs.atool
#pkgs.httpie
pkgs.webcord
pkgs.pika-backup
pkgs.tigervnc
pkgs.syncthing
pkgs.zsh-syntax-highlighting

View file

@ -60,40 +60,42 @@
repo = "/mnt/NAS-backup/insertpclinux-insert";
user = "insert";
startAt = "daily";
doInit = false;
exclude = [
"^data.img$"
"^.Trash-100$"
"/node.repl_history"
"/.oldprofile"
"/.steampath"
"/mnt"
"/.steampid"
"/.zshenv"
"/.zshrc"
"/.android"
"/.compose-cache"
"/.docker"
"/.gradle"
"/.hyprland"
"/.java"
"/.kube"
"/.minecraft-bta"
"/.mozilla"
"/.nix-defexpr"
"/.nix-profile"
"/.nv"
"/.thunderbird"
"/.zsh"
"/Downloads"
"/.cache"
"/.var/app/*/cache"
"/.local/share/flatpak/repo/"
"/.local/share/Trash"
"/.local/share/libvirt"
"/.local/share/containers"
"/.local/share/flatpak/overrides"
"/.var/app/*/config/cache"
"/.var/app/*/config"
"*/node.repl_history"
"*/.oldprofile"
"*/.steampath"
"*/mnt"
"*/.steampid"
"*/.zshenv"
"*/.zshrc"
"*/.android"
"*/.compose-cache"
"*/.docker"
"*/.gradle"
"*/.hyprland"
"*/.java"
"*/.kube"
"*/.minecraft-bta"
"*/.mozilla"
"*/.pki"
"*/.nix-defexpr"
"*/.nix-profile"
"*/.nv"
"*/.thunderbird"
"*/.zsh"
"*/Downloads"
"*/.cache"
"*/.var/app/*/cache"
"*/.local/share/flatpak/repo/"
"*/.local/share/Trash"
"*/.local/share/libvirt"
"*/.local/share/containers"
"*/.local/share/flatpak/overrides"
"*/.var/app/*/config/cache"
"*/.var/app/*/config"
];
};