From: Bastian Dehn Date: Sat, 7 Jul 2018 18:49:05 +0000 (+0200) Subject: add: rsync cover.jpg to no symlinc X-Git-Tag: v1.0.0^2~82 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=1d50a2e92656a00f7ed13d46dc76dcac3a658782;p=albentohandy.git add: rsync cover.jpg to no symlinc --- diff --git a/albentohandy b/albentohandy index c50e55d..31cf3a8 100755 --- a/albentohandy +++ b/albentohandy @@ -37,6 +37,8 @@ MakeSymlinksToWork() { for i in $(cat "$albumlist"); do cp --recursive --symbolic-link $musicdir/$i $workdir/ + rsync -rptgoD --exclude="*.flac" --exclude="*.mp3" \ + --include="cover.jpg" $musicdir/$i $workdir/ done }