Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
c0140aea
Commit
c0140aea
authored
17 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
fixed ignore_version default value
parent
4af05505
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
handlers/rdiff.in
+2
-1
2 additions, 1 deletion
handlers/rdiff.in
with
4 additions
and
1 deletion
ChangeLog
+
2
−
0
View file @
c0140aea
...
@@ -2,6 +2,8 @@ version 0.9.6 -- unreleased
...
@@ -2,6 +2,8 @@ version 0.9.6 -- unreleased
backupninja changes
backupninja changes
handler changes
handler changes
rdiff:
. Fixed ignore_version default value missing
wget:
wget:
. New handler from rhatto designed to incrementally pull content from
. New handler from rhatto designed to incrementally pull content from
a website to a local folder, based on the rsync handler
a website to a local folder, based on the rsync handler
...
...
This diff is collapsed.
Click to expand it.
handlers/rdiff.in
+
2
−
1
View file @
c0140aea
...
@@ -77,6 +77,7 @@ getconf options
...
@@ -77,6 +77,7 @@ getconf options
getconf testconnect
yes
getconf testconnect
yes
getconf nicelevel 0
getconf nicelevel 0
getconf bwlimit
getconf bwlimit
getconf ignore_version no
setsection
source
setsection
source
getconf
type
;
sourcetype
=
$type
getconf
type
;
sourcetype
=
$type
...
@@ -127,7 +128,7 @@ if [ "$testconnect" = "yes" ] || [ "${test}" -eq 1 ]; then
...
@@ -127,7 +128,7 @@ if [ "$testconnect" = "yes" ] || [ "${test}" -eq 1 ]; then
test_connection
$destuser
$desthost
test_connection
$destuser
$desthost
fi
fi
if
[
$ignore_version
!=
"yes"
]
;
then
if
[
"
$ignore_version
"
!=
"yes"
]
;
then
# see that rdiff-backup has the same version at the source and destination
# see that rdiff-backup has the same version at the source and destination
sourceversion
=
`
get_version
$sourceuser
$sourcehost
`
sourceversion
=
`
get_version
$sourceuser
$sourcehost
`
destversion
=
`
get_version
$destuser
$desthost
`
destversion
=
`
get_version
$destuser
$desthost
`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment