Finalize borg
This commit is contained in:
parent
1bb5c19744
commit
332cb78c00
2 changed files with 33 additions and 32 deletions
1
home.nix
1
home.nix
|
@ -29,7 +29,6 @@
|
|||
#pkgs.atool
|
||||
#pkgs.httpie
|
||||
pkgs.webcord
|
||||
pkgs.pika-backup
|
||||
pkgs.tigervnc
|
||||
pkgs.syncthing
|
||||
pkgs.zsh-syntax-highlighting
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue