diff --git a/deep_sequencing_unit/tracking/dist/etc/service.properties b/deep_sequencing_unit/tracking/dist/etc/service.properties
index 3d5c140bfc66dec3c155c22bd913108cfc022f20..a8639434a5347a331edb94c540d7a5ac145adbfe 100644
--- a/deep_sequencing_unit/tracking/dist/etc/service.properties
+++ b/deep_sequencing_unit/tracking/dist/etc/service.properties
@@ -41,10 +41,11 @@ debug = true
 old-data-set-backlog-number = 1000
 
 # List of DataSet Types which should be copied into an extra folder
-dataset-type-list = FASTQ_GZ
+dataset-type-list = FASTQ_GZ, FASTQC
 
 # folder where the data should be copied to
-destination-folder = /tmp/
+FASTQ_GZ-destination-folder = /Users/kohleman/dest/fastq_gz
+FASTQC-destination-folder = /Users/kohleman/dest/fastqc
 
 # rsync binary
 rsync-binary = /opt/local/bin/rsync