mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Fixed non recursive backups being recursive
This commit is contained in:
parent
b9799cfb33
commit
019e8aa68f
@ -7,7 +7,7 @@ PROGRAM="obackup"
|
|||||||
AUTHOR="(C) 2013-2017 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2017 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.1-beta5
|
PROGRAM_VERSION=2.1-beta5
|
||||||
PROGRAM_BUILD=2018083004
|
PROGRAM_BUILD=2018083005
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
#### Execution order #__WITH_PARANOIA_DEBUG
|
#### Execution order #__WITH_PARANOIA_DEBUG
|
||||||
@ -1396,7 +1396,7 @@ function DecryptFiles {
|
|||||||
function Rsync {
|
function Rsync {
|
||||||
local sourceDir="${1}" # Source directory
|
local sourceDir="${1}" # Source directory
|
||||||
local destinationDir="${2}" # Destination directory
|
local destinationDir="${2}" # Destination directory
|
||||||
local recursive="${2:-true}" # Backup only files at toplevel of directory
|
local recursive="${3:-true}" # Backup only files at toplevel of directory
|
||||||
|
|
||||||
__CheckArguments 3 $# "$@" #__WITH_PARANOIA_DEBUG
|
__CheckArguments 3 $# "$@" #__WITH_PARANOIA_DEBUG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user