[add] sync

This commit is contained in:
Andy Bunce 2021-10-31 21:59:38 +00:00
parent df231a03b0
commit ee17d578a0
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
container_name: tiddlywiki-docker
restart: unless-stopped
volumes:
- ./wiki-data:/app
- ./data/quodatum:/app
ports:
- 8088:8080
env_file: ./.env

View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -e
#sync from
rsync -av odroid@odroid-n2.local:/mnt/drive/tiddly/* data/