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
5d4ebc1b
Commit
5d4ebc1b
authored
Jan 10, 2012
by
Nigel Kukard
Browse files
Added yum cache to system excludes list
Updated requirements
parent
94b79db6
Changes
2
Hide whitespace changes
Inline
Side-by-side
REQUIREMENTS
0 → 100644
View file @
5d4ebc1b
tar >= 1.22
- Previous version of tar have a --null bug, dbackup does work around this
but tar cannot backup files with very odd filenames that contain " ' \
xz
- For best compression
Compress::Zlib
Config::IniFiles
dbackup
View file @
5d4ebc1b
...
...
@@ -41,7 +41,7 @@ use MIME::Base64;
my
$VERSION
=
"
0.0.1
3
";
my
$VERSION
=
"
0.0.1
4
";
# System dirs we don't care about
my
@defaultSystemExcl
=
("
/dev
","
/run
","
/proc
","
/sys
","
/tmp
","
/var/tmp
");
# These should be backed up separately
...
...
@@ -50,7 +50,8 @@ my @defaultDataExcl = (
"
/var/amavis/tmp/
",
"
/var/spool/mailman/retry
",
"
/var/spool/postfix/public
",
"
/var/spool/postfix/private
"
"
/var/spool/postfix/private
",
"
/var/cache/yum
"
);
...
...
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