1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-20 01:03:26 +01:00
tcl_update_db/bin/get_data.sh

6 lines
135 B
Bash
Raw Permalink Normal View History

2017-12-18 14:02:24 +00:00
#!/bin/sh
MYDIR=$(dirname "$(readlink -f "$0")")
. "${MYDIR}/../config.ini"
rsync -av "${SYNC_REMOTE_DIR}/data/*" "${MYDIR}/../data/"