1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/storage/ndb/test/run-test/atrt-setup.sh
2005-04-26 18:19:54 -07:00

7 lines
89 B
Bash
Executable File

#!/bin/sh
set -e
ssh $1 mkdir -p $3
rsync -a --delete --force --ignore-errors $2 $1:$3