Ken,

Although the crashes aren't real nice in the first place, you might consider putting some sort of auto-backup script in your stacks.

For example, something like this will keep you from losing more than 5 minutes of work:
Heck, this might go nicely in a developer plugin where you could set a couple of options (like backup location, frequency, etc)


on openStack
   if (the environment is "development") then
      send "makeBackup" to me in 300 seconds
   end if
   ...
end openStack

on makeBackup
   save this stack as "backup.rev"
   send "makeBackup" to me in 300 seconds
end makeBackup

HTH,
Brian

The main thing is, I want to know why these things happen. Maybe if I can
recognize oncoming disaster I can't put on the brakes, make some extra
copies to my backup flash cards, before it hits the wall.

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to