diff --git a/deep_sequencing_unit/source/bash/datamover_post.sh b/deep_sequencing_unit/source/bash/datamover_post.sh
new file mode 100644
index 0000000000000000000000000000000000000000..3659af90cc13290a0b5b17a3830008e92eef823a
--- /dev/null
+++ b/deep_sequencing_unit/source/bash/datamover_post.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+RM=/usr/bin/rm
+
+ssh bs-isvr01-s.ethz.ch /net/bs-bsse/local0/local/dsu/bin/create_srfs.sh
+
+# get rid of the intensity and noise files generated for the srfs
+$RM /array0/dsu/processing/*/Data/Intensities/*int* /array0/dsu/processing/*/Data/Intensities/*nse*
+
+rsync /array0/dsu/processing/* /array0/dsu/dss/incoming
\ No newline at end of file