2
0
mirror of https://github.com/deajan/osync synced 2024-11-15 12:12:56 +00:00
osync/install.sh
2014-05-27 00:50:46 +02:00

15 lines
308 B
Bash
Executable File

#!/usr/bin/env bash
SCRIPT_BUILD=2605201401
## Osync daemon install script
## Tested on RHEL / CentOS 6
## Please adapt this to fit your distro needs
mkdir /etc/osync
cp ./sync.conf /etc/osync/sync.conf.example
cp ./exclude.list.example /etc/osync
cp ./osync.sh /usr/local/bin
cp ./osync-srv /etc/init.d