Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-dbackup
awit-dbackup
Commits
8b756956
Commit
8b756956
authored
Dec 24, 2014
by
Nigel Kukard
Browse files
Match value of exclude-data option
parent
e085203a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbackup
View file @
8b756956
...
...
@@ -456,7 +456,7 @@ sub backup
}
}
# Check if we excluding data dirs
if
(
defined
(
$config
{'
exclude-data
'})
)
{
if
(
$config
{'
exclude-data
'})
{
# Loop through system dirs
foreach
my
$sysdir
(
@
{
$config
{'
system-base
'}})
{
# Loop with data dirs
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment