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.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
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue