summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-02 23:48:33 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-02 23:48:33 +0200
commit20fc5036f8de9109b21e901d04f0dac651e40fc6 (patch)
tree3a70ae9287ac696d75f02cf489a08945725799d5 /sync.sh
parent6e5132d735d4a5508e8f20534a87f125d3c23ee5 (diff)
add jakrawals countr and sync script
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/
+