mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
backup: exclude sys/run/proc
This commit is contained in:
parent
6fde591af6
commit
da27bd663f
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ in
|
|||
];
|
||||
exclude = [
|
||||
"/nix"
|
||||
"/sys"
|
||||
"/run"
|
||||
"/proc"
|
||||
"/root/.cache/"
|
||||
"**/.Trash"
|
||||
"/tmp/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue