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
79cc6a73
Commit
79cc6a73
authored
18 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
dup: now forbid to (try to) backup /
parent
8042abbb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
handlers/dup
+1
-0
1 addition, 0 deletions
handlers/dup
with
2 additions
and
0 deletions
ChangeLog
+
1
−
0
View file @
79cc6a73
...
...
@@ -33,6 +33,7 @@ version 0.9.4 -- unreleased
any passphrase
. Support duplicity 0.4.2 (with Debian patches applied; upstream's
0.4.3 will integrate them)
. Now forbid to (try to) include /.
sys:
. Many more system checks were added, thanks to Petr Klíma
lib changes
...
...
This diff is collapsed.
Click to expand it.
handlers/dup
+
1
−
0
View file @
79cc6a73
...
...
@@ -144,6 +144,7 @@ done
# includes
for
i
in
$include
;
do
[
"
$i
"
!=
"/"
]
||
fatal
"Sorry, you cannot use 'include = /'"
str
=
"
${
i
//__star__/*
}
"
str
=
`
readlink
-f
$str
`
if
[
-n
"
$str
"
]
;
then
...
...
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