stuff
This commit is contained in:
parent
dd5011d978
commit
7c08e4b106
|
@ -33,7 +33,7 @@
|
||||||
};
|
};
|
||||||
in ''
|
in ''
|
||||||
cd /srv/music
|
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 \
|
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' \
|
--rsh 'ssh -i /etc/ssh/ssh_host_ed25519_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' \
|
||||||
|
|
Loading…
Reference in a new issue