Nifty scheduling/scripting tips?
September 6, 2008 4:15 PM
Nifty scheduling/scripting tips? See this recurring calendar events thread for an example. Or, a cronjob that prints out the day's weather, output from remind, and a to-do list just before I wake up. Or David Seah's Compact Calendar. Don't be fooled by the categorization. This doesn't have to be techy.
And if you know of a calendar program that runs in text-mode on *NIX, uses vi-like keybindings, looks like the Compact Calendar, accepts scripting like remind, and produces pretty printouts---well, I might just squeal like a girl.
And if you know of a calendar program that runs in text-mode on *NIX, uses vi-like keybindings, looks like the Compact Calendar, accepts scripting like remind, and produces pretty printouts---well, I might just squeal like a girl.
You might have a look at Wyrd. It's an nCurses-based frontend to remind. Not as pretty as Compact Calendar, but gets the job done.
posted by word_virus at 8:25 PM on September 6, 2008
posted by word_virus at 8:25 PM on September 6, 2008
This has nothing to do with the weather, but it's a GREAT cron/calendar tip!
Every night, my webhost makes a backup of my site (a nightly "snapshot", they call it). I have a script that makes a zip file of that snapshot and places it one level outside of my domain. A cronjob executes that script for me automatically at 1am. I set up an iCal alarm to run an Automator file I created to download the zip file from my site to my Mac. I also set up a separate zip/backup for my site's mysql databases, and another iCal alarm launches a download of that.
This happens three times a week. So - if the absolute worst happened and my webhost were to have a catastrophic crash, losing all of my stuff, I have a backup that is at most 2 days old.
Sweet, eh?
Initially, I screwed up and placed that snapshot zip in a folder of my site. This proved to be stupid since my site has about 3 gigs worth of files. That meant the download would be 6 gigs, and then 9 gigs the next time... 12 the next... and so on, since the zip backup was being backed up as part of the nightly snapshot. D'oh!!!
posted by 2oh1 at 8:45 PM on September 6, 2008
Every night, my webhost makes a backup of my site (a nightly "snapshot", they call it). I have a script that makes a zip file of that snapshot and places it one level outside of my domain. A cronjob executes that script for me automatically at 1am. I set up an iCal alarm to run an Automator file I created to download the zip file from my site to my Mac. I also set up a separate zip/backup for my site's mysql databases, and another iCal alarm launches a download of that.
This happens three times a week. So - if the absolute worst happened and my webhost were to have a catastrophic crash, losing all of my stuff, I have a backup that is at most 2 days old.
Sweet, eh?
Initially, I screwed up and placed that snapshot zip in a folder of my site. This proved to be stupid since my site has about 3 gigs worth of files. That meant the download would be 6 gigs, and then 9 gigs the next time... 12 the next... and so on, since the zip backup was being backed up as part of the nightly snapshot. D'oh!!!
posted by 2oh1 at 8:45 PM on September 6, 2008
This thread is closed to new comments.
I also had a neat cron job that would download music from various MP3 blogs, but that started taking up lots of space and I didn't have time to really listen to everything, so that fell by the wayside.
I use iCal to email me and also have pop-up alerts about buying cards for my immediate family's birthdays - I always remember the date, but what with posting etc. it's one of those things where it's always helpful to have a reminder before the window of opportunity closes. Otherwise you have to send awful e-cards...
posted by djgh at 4:31 PM on September 6, 2008