Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
databases
Commits
b9d248dc
Commit
b9d248dc
authored
Apr 28, 2017
by
Robin Sonnabend
Browse files
Merge branch 'master' of git.fsmpi.rwth-aachen.de:infra/ansible
parents
c37535a3
54567fda
Changes
2
Hide whitespace changes
Inline
Side-by-side
postgres/files/crontab
View file @
b9d248dc
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
5,20,35,50 * * * * /usr/bin/rsnapshot frequently
3 * * * * /usr/bin/rsnapshot hourly
51 23 * * * /usr/bin/rsnapshot daily
41 23 * * 6 /usr/bin/rsnapshot weekly
31 23 2 * * /usr/bin/rsnapshot monthly
5,20,35,50 * * * * root /usr/bin/rsnapshot frequently
3 * * * * root /usr/bin/rsnapshot hourly
51 23 * * * root /usr/bin/rsnapshot daily
41 23 * * 6 root /usr/bin/rsnapshot weekly
31 23 2 * * root /usr/bin/rsnapshot monthly
postgres/tasks/main.yml
View file @
b9d248dc
...
...
@@ -42,7 +42,7 @@
-
config
-
name
:
ensure rsnapshot is running regularly
copy
:
src=crontab dest=/
var/spool/cron/crontabs/ro
ot owner=root group=root mode=06
00
copy
:
src=crontab dest=/
etc/cron.d/postgres-snapsh
ot owner=root group=root mode=06
44
tags
:
-
postgres
-
rsnapshot
...
...
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