File: cedar-backup3.cron.d

package info (click to toggle)
cedar-backup3 3.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,136 kB
  • sloc: python: 69,616; sh: 594; makefile: 153
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

#