/etc/cron.d/cedar-backup3 is in cedar-backup3 3.1.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
#
|