mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
15 lines
339 B
Bash
Executable File
15 lines
339 B
Bash
Executable File
#!/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
|
|
|