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
Custom issue tracker
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
Liberate
backupninja
Commits
ef4bbe3c
Commit
ef4bbe3c
authored
19 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Fixed error causing find to complain about not having -mindepth earlier
parent
1cb8c06d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backupninja
+1
-1
1 addition, 1 deletion
backupninja
changelog
+1
-0
1 addition, 0 deletions
changelog
with
2 additions
and
1 deletion
backupninja
+
1
−
1
View file @
ef4bbe3c
...
...
@@ -486,7 +486,7 @@ errormsg=""
if
[
"
$singlerun
"
]
;
then
files
=
$singlerun
else
files
=
`
find
$configdirectory
!
-name
'.*.swp'
-mindepth
1
|
sort
-n
`
files
=
`
find
$configdirectory
-mindepth
1
!
-name
'.*.swp'
|
sort
-n
`
fi
for
file
in
$files
;
do
...
...
This diff is collapsed.
Click to expand it.
changelog
+
1
−
0
View file @
ef4bbe3c
removed erroneous magic file marker in pgsql handler
fixed insecure temporary file creation
fixed incorrect find positional
version 0.8 -- September 15 2005
added pgsql (PostgreSQL) handler, with vservers support.
added vservers support to duplicity handler
...
...
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