Merge branch 'master' of github.com:/kropatz/nix-config
This commit is contained in:
@@ -25,7 +25,7 @@ let
|
||||
du -sh ${builtins.concatStringsSep " " (map (x: "--exclude=" + x) excludePaths)} ${builtins.concatStringsSep " " backupPathsFull}
|
||||
echo "Checking storage space (full) with excluded paths (remote)..."
|
||||
du -sh ${builtins.concatStringsSep " " (map (x: "--exclude=" + x) excludePathsRemote)} ${builtins.concatStringsSep " " backupPathsFull}
|
||||
''
|
||||
'';
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user