This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcl_update_db/bin/put_data.sh
T

6 lines
128 B
Bash
Executable File

#!/bin/sh
MYDIR=$(dirname "$(readlink -f "$0")")
. "${MYDIR}/../config.ini"
rsync -av "${MYDIR}/../data" "${SYNC_REMOTE_DIR}/"