File: cedar-backup3.cron.d

package info (click to toggle)
cedar-backup3 3.1.7-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 22,576 kB
  • sloc: python: 63,398; xml: 9,527; sh: 595; makefile: 65
file content (21 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# /etc/cron.d/cedar-backup3

#
# Below, comment out the appropriate set of scheduled tasks.  See the
# documentation in /usr/share/doc/cedar-backup3/manual for more information.
#

#Single machine (pool of one)
#30 00 * * * root  /usr/bin/cback3 all

# Client machine
#30 00 * * * root  /usr/bin/cback3 collect
#30 06 * * * root  /usr/bin/cback3 purge

# Master machine
#30 00 * * * root  /usr/bin/cback3 collect
#30 02 * * * root  /usr/bin/cback3 stage
#30 04 * * * root  /usr/bin/cback3 store
#30 06 * * * root  /usr/bin/cback3 purge

#