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
18f6031a
Commit
18f6031a
authored
17 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
rdiff: incorporate sshoptions into options via remote-schema if not there
parent
c0140aea
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
handlers/rdiff.in
+4
-0
4 additions, 0 deletions
handlers/rdiff.in
with
6 additions
and
0 deletions
ChangeLog
+
2
−
0
View file @
18f6031a
...
...
@@ -4,6 +4,8 @@ version 0.9.6 -- unreleased
handler changes
rdiff:
. Fixed ignore_version default value missing
. Add patch from Matthew Palmer to rdiff handler to incorporate sshoptions
into options via remote-schema not already specified (Closes: #424639)
wget:
. New handler from rhatto designed to incrementally pull content from
a website to a local folder, based on the rsync handler
...
...
This diff is collapsed.
Click to expand it.
handlers/rdiff.in
+
4
−
0
View file @
18f6031a
...
...
@@ -101,6 +101,10 @@ getconf host; desthost=$host
getconf sshoptions
check_consistency
"destination"
"
$type
"
"
$user
"
"
$host
"
if
[
-n
"
$sshoptions
"
]
&&
echo
$options
|
grep
-qv
"remote-schema"
;
then
options
=
"
$options
--remote-schema 'ssh -C
$sshoptions
%s rdiff-backup --server'"
fi
### CHECK CONFIG ###
# If vservers are configured, check that the ones listed in $vsnames do exist.
...
...
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