Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
7bb76ae0
Commit
7bb76ae0
authored
Jun 09, 2019
by
Paul Cammish
Browse files
Replaced missing quote, added common utils to reccomends
parent
18bebb60
Changes
1
Hide whitespace changes
Inline
Side-by-side
backup/backup.d/conf.d/10-directories.conf
View file @
7bb76ae0
...
...
@@ -16,7 +16,7 @@ SRCLIST=(/etc /root /srv /home /usr/local /var/mail /var/lib /var/spool/cron /va
# Exclude mysql binary dirs, as these are dumped to /var/backups/mysql before
# the backup. Also exclude php5 session files.
#
SKIPCOND
=(-
path
"*.nobackup*"
-
o
-
name
"*.o"
-
o
'('
-
path
'/var/lib/mysql'
-
o
-
path
'/var/lib/php5'
)
'
-
prune
)
SKIPCOND
=(-
path
"*.nobackup*"
-
o
-
name
"*.o"
-
o
'('
-
path
'/var/lib/mysql'
-
o
-
path
'/var/lib/php5'
'
)'
-
prune
)
##################################################
# Destination
...
...
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