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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aurélien
backupninja
Commits
e12521be
Commit
e12521be
authored
Apr 5, 2006
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Removed over zelous vsnames check
parent
5dc573b4
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
+3
-0
3 additions, 0 deletions
ChangeLog
handlers/dup
+0
-1
0 additions, 1 deletion
handlers/dup
with
3 additions
and
1 deletion
ChangeLog
+
3
−
0
View file @
e12521be
...
...
@@ -12,12 +12,15 @@ version 0.9.4 -- unreleased
. Fixed inversed vsname emptiness check
rdiff:
. Fixed improper include/exclude symlink dereference
. Removed overzealous vsnames check
dup:
. Fixed improper include/exclude symlink dereference
. Removed over zealous vsnames check
lib changes
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. found_vservers: escaped special grep repetition character +
minor documentation fixes
version 0.9.3 -- February 1st, 2006
autotools fixes
...
...
This diff is collapsed.
Click to expand it.
handlers/dup
+
0
−
1
View file @
e12521be
...
...
@@ -51,7 +51,6 @@ if [ $vservers_are_available = yes ]; then
fi
else
[
-z
"
$vsinclude
"
]
||
warning
'vservers support disabled in backupninja.conf, vsincludes configuration lines will be ignored'
[
-z
"
$vsnames
"
]
||
warning
'vservers support disabled in backupninja.conf, vsnames configuration line will be ignored'
fi
### see if we can login ###
...
...
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