obackup/install.sh

15 lines
339 B
Bash
Raw Normal View History

2015-04-24 21:23:04 +02:00
#!/usr/bin/env bash
SCRIPT_BUILD=2404201501
## Obackup install script
## Tested on RHEL / CentOS 6 & 7
## Please adapt this to fit your distro needs
mkdir /etc/obackup
cp ./host_backup.conf /etc/obackup/host_backup.conf.example
cp ./exclude.list.example /etc/obackup
cp ./obackup.sh /usr/local/bin
cp ./obackup-batch.sh /usr/local/bin