1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-12 01:50:55 +01:00

6 Commits

Author SHA1 Message Date
deajan
775bd031ef Rebuilt targets 2016-08-16 23:24:54 +02:00
deajan
47e2b54117 Bumped version 2016-08-16 23:24:29 +02:00
deajan
52262f0cfc Updated changelog 2016-08-16 23:23:37 +02:00
deajan
a70b167c42 Fixed double RunAfterHook execution 2016-08-16 23:22:38 +02:00
Orsiris de Jong
41a903e74f Update README.md 2016-08-09 15:42:35 +02:00
Orsiris de Jong
7f52618b77 Update CHANGELOG.md 2016-08-08 00:28:57 +02:00
6 changed files with 11 additions and 12 deletions

View File

@@ -4,13 +4,15 @@ KNOWN ISSUES
- Backup size check does not honor rsync exclude patterns - Backup size check does not honor rsync exclude patterns
- Bandwidth parameter is ignored for SQL backups - Bandwidth parameter is ignored for SQL backups
- Missing symlink support when run from MSYS environment - Missing symlink support when run from MSYS environment
- Mysqldump errors aren't taken in account
CHANGELOG CHANGELOG
--------- ---------
README: FreeBSD execution needs mailer (not found), sudo missing, bash needed, sed missing (see if StripQuotes mandatory) 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 06 Aug 2016: obackup v2.0 released
- Made logging begin before remote checks for sanity purposes - Made logging begin before remote checks for sanity purposes
- RunAfterCommands can get executed when trapquit - RunAfterCommands can get executed when trapquit

View File

@@ -34,7 +34,7 @@ You may disable this behavior in the config file.
You can download the latest obackup script from authors website. 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. 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 $ cd obackup
$ ./install.sh $ ./install.sh

View File

@@ -4,8 +4,8 @@
PROGRAM="obackup" PROGRAM="obackup"
AUTHOR="(C) 2013-2016 by Orsiris de Jong" AUTHOR="(C) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr" CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=2.0 PROGRAM_VERSION=2.0.1
PROGRAM_BUILD=2016080601 PROGRAM_BUILD=2016081601
IS_STABLE=yes IS_STABLE=yes
## FUNC_BUILD=2016071902-b ## FUNC_BUILD=2016071902-b
@@ -2643,4 +2643,3 @@ fi
RunBeforeHook RunBeforeHook
Main Main
RunAfterHook

View File

@@ -4,8 +4,8 @@
PROGRAM="obackup" PROGRAM="obackup"
AUTHOR="(C) 2013-2016 by Orsiris de Jong" AUTHOR="(C) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr" CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=2.0 PROGRAM_VERSION=2.0.1
PROGRAM_BUILD=2016080601 PROGRAM_BUILD=2016081601
IS_STABLE=yes IS_STABLE=yes
source "./ofunctions.sh" source "./ofunctions.sh"
@@ -1397,4 +1397,3 @@ fi
RunBeforeHook RunBeforeHook
Main Main
RunAfterHook

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
PROGRAM=obackup PROGRAM=obackup
PROGRAM_VERSION=2.0 PROGRAM_VERSION=2.0.1
PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh" PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016052601 SCRIPT_BUILD=2016052601

View File

@@ -4,8 +4,8 @@
PROGRAM="obackup" PROGRAM="obackup"
AUTHOR="(C) 2013-2016 by Orsiris de Jong" AUTHOR="(C) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr" CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=2.0 PROGRAM_VERSION=2.0.1
PROGRAM_BUILD=2016080601 PROGRAM_BUILD=2016081601
IS_STABLE=yes IS_STABLE=yes
## FUNC_BUILD=2016071902-b ## FUNC_BUILD=2016071902-b
@@ -2531,4 +2531,3 @@ fi
RunBeforeHook RunBeforeHook
Main Main
RunAfterHook