exclude /var/log from borg
This commit is contained in:
parent
03eabb6653
commit
1397325afb
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
"/var/lib/containers/cache"
|
"/var/lib/containers/cache"
|
||||||
"/var/lib/containers/overlay*"
|
"/var/lib/containers/overlay*"
|
||||||
"/var/lib/systemd"
|
"/var/lib/systemd"
|
||||||
|
"/var/log"
|
||||||
];
|
];
|
||||||
repo = "de3911@de3911.rsync.net:borg/crash";
|
repo = "de3911@de3911.rsync.net:borg/crash";
|
||||||
encryption = {
|
encryption = {
|
||||||
|
|
|
@ -210,6 +210,7 @@
|
||||||
"**/borg"
|
"**/borg"
|
||||||
"/home/yt/fun/nixpkgs"
|
"/home/yt/fun/nixpkgs"
|
||||||
"/home/yt/.local/share/Steam"
|
"/home/yt/.local/share/Steam"
|
||||||
|
"/var/log"
|
||||||
];
|
];
|
||||||
repo = "de3911@de3911.rsync.net:borg/yt";
|
repo = "de3911@de3911.rsync.net:borg/yt";
|
||||||
encryption = {
|
encryption = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue