Auto-saving a file at regular intervals
Here is a way to autosave a file at regular intervals: use cron ! The trick is to know that cron need percents to be escaped by a backslash in the command zone. For example, here is my crontab entry to create every 10 minutes a local backup of an important …