Skip to content
GitLab
Menu
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
3253de2c
Commit
3253de2c
authored
Jan 06, 2012
by
Nigel Kukard
Browse files
Added postfix public socket dir exclude
parent
a7095dde
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbackup
View file @
3253de2c
...
...
@@ -41,14 +41,15 @@ use MIME::Base64;
my
$VERSION
=
"
0.0.
9
";
my
$VERSION
=
"
0.0.
10
";
# System dirs we don't care about
my
@defaultSystemExcl
=
("
/dev
","
/run
","
/proc
","
/sys
","
/tmp
","
/var/tmp
");
# These should be backed up separately
my
@defaultDataExcl
=
(
"
/var/lib/mysql
","
/var/lib/pgsql
",
"
/var/amavis/tmp/
",
"
/var/spool/mailman/retry
"
"
/var/spool/mailman/retry
",
"
/var/spool/postfix/public
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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