Skip to content
Snippets Groups Projects
Commit 2064c738 authored by elijah's avatar elijah
Browse files

added PATH

parent c8ad6fc4
Branches
Tags
No related merge requests found
# cron job for backupninja (every hour, on the hour)
# /etc/cron.d/backupninja -- cron tab entry for package backupninja
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# run backupninja every hour on the hour
00 * * * * root if [ -x /usr/sbin/backupninja -a -f /etc/backupninja.conf ]; then /usr/sbin/backupninja; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment