From 657ea53bf0493a2e0a6d0b646a84d4b91688a4ae Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 21 May 2016 13:55:56 +0200 Subject: Makefile: ignore existing files on copy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04d0655..11ff86f 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ play: ## play the playlist without downloading copy: ## make copy dest="/mnt/tmp/music" copy: ## to copy music to dest - rsync -vrltD --exclude=.graveyard ./music/ ${dest} + rsync -vrltD --ignore-existing --exclude=.graveyard ./music/ ${dest} convert2mp3: ## converts stuff from ./music to ./mp3 ls music/* | target=./mp3 xargs -n1 bin/ogg2mp3 -- cgit v1.2.3