mirror of
https://github.com/deajan/obackup.git
synced 2026-02-12 01:50:55 +01:00
Compare commits
6 Commits
v2.0
...
v2.0-maint
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
775bd031ef | ||
|
|
47e2b54117 | ||
|
|
52262f0cfc | ||
|
|
a70b167c42 | ||
|
|
41a903e74f | ||
|
|
7f52618b77 |
@@ -4,13 +4,15 @@ KNOWN ISSUES
|
||||
- Backup size check does not honor rsync exclude patterns
|
||||
- Bandwidth parameter is ignored for SQL backups
|
||||
- Missing symlink support when run from MSYS environment
|
||||
- Mysqldump errors aren't taken in account
|
||||
|
||||
CHANGELOG
|
||||
---------
|
||||
|
||||
README: FreeBSD execution needs mailer (not found), sudo missing, bash needed, sed missing (see if StripQuotes mandatory)
|
||||
|
||||
XX xxx 2016: obackup v2.0.1 released
|
||||
- Fixed double RunAfterHook launch
|
||||
|
||||
06 Aug 2016: obackup v2.0 released
|
||||
- Made logging begin before remote checks for sanity purposes
|
||||
- RunAfterCommands can get executed when trapquit
|
||||
|
||||
@@ -34,7 +34,7 @@ You may disable this behavior in the config file.
|
||||
You can download the latest obackup script from authors website.
|
||||
You may also clone the following git which will maybe have some more recent builds.
|
||||
|
||||
$ git clone -b "v2.0" git://github.com/deajan/obackup.git
|
||||
$ git clone -b "v2.0-maint" git://github.com/deajan/obackup.git
|
||||
$ cd obackup
|
||||
$ ./install.sh
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
PROGRAM="obackup"
|
||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
||||
PROGRAM_VERSION=2.0
|
||||
PROGRAM_BUILD=2016080601
|
||||
PROGRAM_VERSION=2.0.1
|
||||
PROGRAM_BUILD=2016081601
|
||||
IS_STABLE=yes
|
||||
|
||||
## FUNC_BUILD=2016071902-b
|
||||
@@ -2643,4 +2643,3 @@ fi
|
||||
|
||||
RunBeforeHook
|
||||
Main
|
||||
RunAfterHook
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
PROGRAM="obackup"
|
||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
||||
PROGRAM_VERSION=2.0
|
||||
PROGRAM_BUILD=2016080601
|
||||
PROGRAM_VERSION=2.0.1
|
||||
PROGRAM_BUILD=2016081601
|
||||
IS_STABLE=yes
|
||||
|
||||
source "./ofunctions.sh"
|
||||
@@ -1397,4 +1397,3 @@ fi
|
||||
|
||||
RunBeforeHook
|
||||
Main
|
||||
RunAfterHook
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PROGRAM=obackup
|
||||
PROGRAM_VERSION=2.0
|
||||
PROGRAM_VERSION=2.0.1
|
||||
PROGRAM_BINARY=$PROGRAM".sh"
|
||||
PROGRAM_BATCH=$PROGRAM"-batch.sh"
|
||||
SCRIPT_BUILD=2016052601
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
PROGRAM="obackup"
|
||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
||||
PROGRAM_VERSION=2.0
|
||||
PROGRAM_BUILD=2016080601
|
||||
PROGRAM_VERSION=2.0.1
|
||||
PROGRAM_BUILD=2016081601
|
||||
IS_STABLE=yes
|
||||
|
||||
## FUNC_BUILD=2016071902-b
|
||||
@@ -2531,4 +2531,3 @@ fi
|
||||
|
||||
RunBeforeHook
|
||||
Main
|
||||
RunAfterHook
|
||||
|
||||
Reference in New Issue
Block a user