Merge branch 'master' of github.com:/kropatz/nix-config

This commit is contained in:
Kopatz
2024-04-21 11:30:50 +02:00

View File

@@ -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
{