mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
6386c55cee
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
6 lines
89 B
Bash
Executable file
6 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
ssh $1 mkdir -p $3
|
|
rsync -a --delete --force --ignore-errors $2 $1:$3
|