mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Added some scripts from osync project
This commit is contained in:
parent
b687ba0629
commit
ee5a770e18
@ -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
7
exclude.list.example
Normal file
@ -0,0 +1,7 @@
|
||||
.AppleDouble/
|
||||
._*
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
System Volume Information
|
||||
$Recycle.Bin
|
||||
|
14
install.sh
Executable file
14
install.sh
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user