mirror of
https://github.com/deajan/obackup.git
synced 2026-02-05 22:55:14 +01:00
Rebuilt targets
This commit is contained in:
@@ -35,7 +35,7 @@ IS_STABLE=no
|
|||||||
# FilesBackup #__WITH_PARANOIA_DEBUG
|
# FilesBackup #__WITH_PARANOIA_DEBUG
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC1
|
_OFUNCTIONS_VERSION=2.3.0-RC1
|
||||||
_OFUNCTIONS_BUILD=2018093002
|
_OFUNCTIONS_BUILD=2018093003
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
## To use in a program, define the following variables:
|
## To use in a program, define the following variables:
|
||||||
@@ -2201,8 +2201,9 @@ function InitRemoteOSDependingSettings {
|
|||||||
# Set compression options again after we know what remote OS we are dealing with
|
# Set compression options again after we know what remote OS we are dealing with
|
||||||
SetCompression
|
SetCompression
|
||||||
|
|
||||||
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
# Set recursive options
|
||||||
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
||||||
|
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
## IFS debug function
|
## IFS debug function
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ IS_STABLE=no
|
|||||||
|
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC1
|
_OFUNCTIONS_VERSION=2.3.0-RC1
|
||||||
_OFUNCTIONS_BUILD=2018093002
|
_OFUNCTIONS_BUILD=2018093003
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
## To use in a program, define the following variables:
|
## To use in a program, define the following variables:
|
||||||
@@ -2056,8 +2056,9 @@ function InitRemoteOSDependingSettings {
|
|||||||
# Set compression options again after we know what remote OS we are dealing with
|
# Set compression options again after we know what remote OS we are dealing with
|
||||||
SetCompression
|
SetCompression
|
||||||
|
|
||||||
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
# Set recursive options
|
||||||
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
||||||
|
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
## IFS debug function
|
## IFS debug function
|
||||||
|
|||||||
Reference in New Issue
Block a user