File: slbackup-cron

package info (click to toggle)
slbackup 0.0.12-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 609; sh: 75; makefile: 5
file content (2 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (10)
1
2
# cron job for Skolelinux Backup (every night at 01:00)
#0 1 * * * root if [ -x /usr/share/slbackup/slbackup-cron -a -f /etc/slbackup/slbackup.conf ]; then /usr/share/slbackup/slbackup-cron ; fi