Added some scripts from osync project

This commit is contained in:
deajan 2015-04-24 21:23:04 +02:00
parent b687ba0629
commit ee5a770e18
3 changed files with 22 additions and 0 deletions

View File

@ -22,6 +22,7 @@ UNDER WORK
CHANGELOG
---------
- Added basic install script from osync project
- Added obackup-batch.sh from osync project to rerun failed backups in row
- Delta copy algorithm is now used even for local copies (usefull for network drives), this can be overriden in config file
- Added --dontgetsize parameter to backup huge systems immediatly

7
exclude.list.example Normal file
View File

@ -0,0 +1,7 @@
.AppleDouble/
._*
.DS_Store
Thumbs.db
System Volume Information
$Recycle.Bin

14
install.sh Executable file
View File

@ -0,0 +1,14 @@
#!/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