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
Package registry
Model registry
Operate
Terraform modules
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
raT
backupninja
Commits
e12521be
Commit
e12521be
authored
19 years ago
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
...
@@ -12,12 +12,15 @@ version 0.9.4 -- unreleased
. Fixed inversed vsname emptiness check
. Fixed inversed vsname emptiness check
rdiff:
rdiff:
. Fixed improper include/exclude symlink dereference
. Fixed improper include/exclude symlink dereference
. Removed overzealous vsnames check
dup:
dup:
. Fixed improper include/exclude symlink dereference
. Fixed improper include/exclude symlink dereference
. Removed over zealous vsnames check
lib changes
lib changes
vserver:
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. found_vservers: escaped special grep repetition character +
. found_vservers: escaped special grep repetition character +
minor documentation fixes
version 0.9.3 -- February 1st, 2006
version 0.9.3 -- February 1st, 2006
autotools fixes
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
...
@@ -51,7 +51,6 @@ if [ $vservers_are_available = yes ]; then
fi
fi
else
else
[
-z
"
$vsinclude
"
]
||
warning
'vservers support disabled in backupninja.conf, vsincludes configuration lines will be ignored'
[
-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
fi
### see if we can login ###
### 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