exclude keybase as restic chokes on the folder
This commit is contained in:
parent
ec7e77cb93
commit
c8883919b3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
extraArgs = [ "--exclude='.cache'" "--exclude='.rustup'" "--exclude='.cargo'" "--exclude '.local/share'" ];
|
||||
extraArgs = [ "--exclude='.cache'" "--exclude='.rustup'" "--exclude='.cargo'" "--exclude='.local/share'" "--exclude='keybase'"];
|
||||
in
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue