zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 45 forks source link

Smart backup #9

Closed starforever closed 12 years ago

starforever commented 12 years ago

when greed.options.override is set to true, and the file to be generated exists, the plugin will make a backup of the original one. this will sometimes results in tons of backup files having the same content with each other, since the plugin will be run each time user close and reopen a problem in the arena, and such action would be quite frequent. a smart backup policy is to check for the already existed backup files and if duplicates are found then no new backup will be created.