This commit is contained in:
Lukas Wurzinger 2024-09-15 19:09:41 +02:00
parent dd5011d978
commit 7c08e4b106

View file

@ -33,7 +33,7 @@
};
in ''
cd /srv/music
find . -name '*.flac' -print0 | parallel --null -- '${lib.getExe enc} {}'
find . -name '*.flac' -print0 | parallel --null -- ${lib.getExe enc} {}
rsync --verbose --verbose --archive --update --delete --mkpath --exclude lost+found \
--rsh 'ssh -i /etc/ssh/ssh_host_ed25519_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' \