Skip to content
Snippets Groups Projects
Commit 79cc6a73 authored by intrigeri's avatar intrigeri
Browse files

dup: now forbid to (try to) backup /

parent 8042abbb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment