File: cron.example

package info (click to toggle)
burp 3.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: ansic: 50,989; sh: 3,612; cpp: 2,859; makefile: 868
file content (5 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (7)
1
2
3
4
5
# Run the burp client every 20 minutes with the 'timed' option.
# Sleep a random number of seconds from 0 to 1200 (20 minutes) before
# contacting the server.
# The burp server will decide whether it is yet time to do a backup or not.
0,20,40 * * * *	root	/usr/sbin/burp -a t -q 1200 >>/var/log/burp-client 2>&1