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
f49a6120
Commit
f49a6120
authored
14 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Do not error out when no job is configured (Closes: #597684)
Conflicts: ChangeLog
parent
34e439ea
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
AUTHORS
+1
-0
1 addition, 0 deletions
AUTHORS
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
src/backupninja.in
+1
-1
1 addition, 1 deletion
src/backupninja.in
with
7 additions
and
1 deletion
AUTHORS
+
1
−
0
View file @
f49a6120
...
@@ -35,3 +35,4 @@ stefan <s.freudenberg@jpberlin.de> -- dup support for Amazon S3 buckets
...
@@ -35,3 +35,4 @@ stefan <s.freudenberg@jpberlin.de> -- dup support for Amazon S3 buckets
maniacmartin <martin@maniacmartin.com> -- rdiff confusing error message fix
maniacmartin <martin@maniacmartin.com> -- rdiff confusing error message fix
Chris Nolan <chris@cenolan.com> -- maildir subdirectory expansion
Chris Nolan <chris@cenolan.com> -- maildir subdirectory expansion
Dan Carley -- mysql bugfix
Dan Carley -- mysql bugfix
Jordi Mallach <jordi@debian.org> -- do not error when no jobs are configured
This diff is collapsed.
Click to expand it.
ChangeLog
+
5
−
0
View file @
f49a6120
version 0.9.8.1 -- UNRELEASED
backupninja changes
. Do not error out when no job is configured. Thanks to Jordi Mallach
<jordi@debian.org> for the patch (Closes: #597684)
version 0.9.8 -- September 12, 2010
version 0.9.8 -- September 12, 2010
backupninja changes
backupninja changes
. Added GZIP_OPTS option, defaulting to --rsyncable, so that this
. Added GZIP_OPTS option, defaulting to --rsyncable, so that this
...
...
This diff is collapsed.
Click to expand it.
src/backupninja.in
+
1
−
1
View file @
f49a6120
...
@@ -519,7 +519,7 @@ else
...
@@ -519,7 +519,7 @@ else
files
=
`
find
$configdirectory
-follow
-mindepth
1
-maxdepth
1
-type
f
!
-name
'.*.swp'
|
sort
-n
`
files
=
`
find
$configdirectory
-follow
-mindepth
1
-maxdepth
1
-type
f
!
-name
'.*.swp'
|
sort
-n
`
if
[
-z
"
$files
"
]
;
then
if
[
-z
"
$files
"
]
;
then
fatal
"No backup actions configured in '
$configdirectory
', run ninjahelper!"
info
"No backup actions configured in '
$configdirectory
', run ninjahelper!"
fi
fi
fi
fi
...
...
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