diff options
Diffstat (limited to 'sync.sh')
| -rw-r--r-- | sync.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/ + |
