I saw the issues around perl and windows to try to get the autosave.pl (
http://registry.gimp.org/node/20875) working.
Just wanted to point out a couple options.
autosave.py is a python script (really hacky) that will save all open images on a periodic basis. You can only start it, there is no status, and it runs in the BG, saving files with temp names to your windows temp folder (C:\Documents and Settings\username\Local Settings\Temp). The code is here:
http://www.mail-archive.com/gimp-develo ... 18118.html(this could be cleaned up and made nicer to give the same options as the perl version, imoo, if someone had the time.)
Backup Working is scheme script written by yours truly that I've been using for three years now.
http://registry.gimp.org/node/14246It will save a backup copy of your active image as [imagename]-YYYY-MM-DD-HH-MM.xcfgz in the same directory as your active image.
It can be easily accessed with Alt-F, B
-Rob A>