summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rw-r--r--sync.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync.sh b/sync.sh
new file mode 100644
index 0000000..92b3424
--- /dev/null
+++ b/sync.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+rsync -rlptuvz ./data_store/exports/last-museum/static/media/ lens@garden:swimmer/data_store/exports/last-museum/static/media/
+rsync -rlptuvz ./data_store/exports/last-museum/static/uploads/ lens@garden:swimmer/data_store/exports/last-museum/static/uploads/
+rsync -rlptuvz ./data_store/exports/last-museum/ lens@garden:swimmer/data_store/exports/last-museum/
+