Skip to content

Instantly share code, notes, and snippets.

View MarkTraceur's full-sized avatar

Mark Holmquist MarkTraceur

View GitHub Profile
@MarkTraceur
MarkTraceur / crontab
Created May 30, 2011 00:00 — forked from cnlpete/crontab
minetest init script
# backup every hour, meaning 00:05, 01:05, 02:05, 03:05, 04:05, ... 23:05
5 * * * * /etc/init.d/minetest backup
# clean old files (once a day, at 01:10
10 1 * * * /etc/init.d/minetest clean