restic/system: Ignore /root/.cache
This commit is contained in:
parent
b307f1d518
commit
76787d43a0
|
@ -9,6 +9,7 @@ let
|
||||||
"/home/*/.cache/"
|
"/home/*/.cache/"
|
||||||
"/home/*/**/cache/"
|
"/home/*/**/cache/"
|
||||||
"/home/*/.local/share/Trash" # some gui applications use it
|
"/home/*/.local/share/Trash" # some gui applications use it
|
||||||
|
"/root/.cache"
|
||||||
"/data/cache/"
|
"/data/cache/"
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
|
Loading…
Reference in a new issue