Add ignore to backup home script
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-01-26 21:23:36 +01:00
parent b5b4b421f1
commit dd796029de

View File

@@ -44,6 +44,7 @@ let
--exclude '/home/torjus/.npm' \
--exclude '/home/torjus/.factorio/mods' \
--exclude '/home/torjus/.zoom' \
--exclude '/home/torjus/Games' \
--exclude '/home/torjus/git/nixpkgs'
retval=$?
if [ $retval -ne 0 ]; then