aboutsummaryrefslogtreecommitdiffstats
path: root/update-cauldron-to-tmp
diff options
context:
space:
mode:
Diffstat (limited to 'update-cauldron-to-tmp')
-rwxr-xr-xupdate-cauldron-to-tmp7
1 files changed, 7 insertions, 0 deletions
diff --git a/update-cauldron-to-tmp b/update-cauldron-to-tmp
new file mode 100755
index 0000000..f7f8701
--- /dev/null
+++ b/update-cauldron-to-tmp
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+SCRIPTSDIR=$(dirname $0)
+. $SCRIPTSDIR/config
+
+RSYNC_OPTIONS="-avH --delete-after -S"
+rsync $RSYNC_OPTIONS "$CAULDRON_MIRROR_DIR/" "$NEW_RELEASE_TMP_DIR"