stuff
This commit is contained in:
parent
f2501da417
commit
0d066a8431
|
@ -51,13 +51,9 @@
|
||||||
in ''
|
in ''
|
||||||
shopt -s globstar nullglob
|
shopt -s globstar nullglob
|
||||||
|
|
||||||
pushd /srv/music
|
find /srv/music -name '*.flac' -print0 | parallel --null -- ${lib.getExe enc} {}
|
||||||
find . -name '*.flac' -print0 | parallel --null -- ${lib.getExe enc} {}
|
|
||||||
popd
|
|
||||||
|
|
||||||
pushd /srv/compmusic
|
find /srv/compmusic -name '*.flac' -exec ${clean} {} \;
|
||||||
find . -name '*.flac' -exec ${clean} {} \;
|
|
||||||
popd
|
|
||||||
|
|
||||||
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