Mexican regions, distritos mejicanos
After seeing Damian Culotta’s I have a released on for my country
The extension can be found here
The extension is coded in a way that upon installation looks for regions on the config.xml file, iterates over those and inserts the into database, flexible and simple.
I hope to see a lot of Uruguayan ecommerce site with this extension installed. 
With this extension you wont have to worry about backing up your database or using external scripts, tools to do so.
You just need Magento’s cron up and running, and this module will do the rest.
You can find more information on how to setup Magento’s cron jobs here: http://www.magentocommerce.com/wiki/how_to/how_to_setup_a_cron_job
The module creates a backup of your database every day at 1am, the backup is saved on Magento’s backup list, that you can find under, System -> Tools -> Backups
Also, along with this feature, you will find a file called: “centerax_db_backup.php”, with this file you can create a backup of the database from the command line by executing this line: “/absolute/path/to/bin/php -f /absolute/path/to/magento/centerax_db_backup.php”
You will find those backups on the Magento’s backup list also.
In order to change when the module creates a backup you must edit this file: “app/code/community/Centerax/AutomaticBackup/etc/config.xml” on line 34.
For example, if you want backups every week (every monday at 1am), you should change: “<cron_expr>0 1 * * *</cron_expr>” to “<cron_expr>* 1 * * 1</cron_expr>”
You can find more information on cron expressions here: http://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses/
You can get the extension on Magento Connect