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.atool
#pkgs.httpie #pkgs.httpie
pkgs.webcord pkgs.webcord
pkgs.pika-backup
pkgs.tigervnc pkgs.tigervnc
pkgs.syncthing pkgs.syncthing
pkgs.zsh-syntax-highlighting pkgs.zsh-syntax-highlighting

View file

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