OpenSim archives
Green Tamura 23 juillet 2008 - 15:48
Encore à l'état expérimental la fonction archive existe depuis la révision 5469. Elle propose la même chose que le load-xml2/save-xml2 qui permet de sauvegarder les prims d'une région pour pouvoir les importer à nouveau plus tard ou ailleurs. En plus, OpenSim archives sauvegarde tous les assets associés pour permettre la restauration du terrain, des textures ou des objets sur un autre simulateur utilisant un système de base de données différent.
On peut pourra donc transférer une région complète d'une base sql sur un serveur utilisant une base mysql par exemple.
Usage
From the region console, one can type save-oar [
Current limitations
When an archive is loaded, all objects end up being created/owned by the master avatar for that region
FAQ
1. What is this .tar.gz format you are using? Why not zip? .tar.gz is a standard unix way of zipping up files into a single larger compressed file for distribution. Windows users should be able to open these files using freeware programs such as 7-zip. I'm using .tar.gz because all the zip (and tar) libraries for .net are licensed either under the GPL (with exception) or under the MSPL. Unfortunately, not all members of the OpenSim development team are comfortable with the MSPL, so these libaries are not currently an option. It is also significantly easier to write code to create and read tar archives than zip archives. At the moment the only tar archive type that can be read is the original unix tar format (not USTAR).
2. What is the layout of an OpenSim archive? More details on this soon.
3. Can you load and save multiple regions to an archive? Not yet.
4. Can you load and save parts of a region to an archive? Not yet.
Bugs
* There may be a problem importing some linked objects. These will appear fine in the viewer when initially imported, but disappear once the server is restarted. This needs investigation. Archives such extremely simple examples of the problem (very few objects and objects with only a few linked prims) would be appreciated. * Sometimes, not all scripts start when an archive is loaded. Example archives with the problem would be appreciated. * Due to a possible bug in the Mono 1.2.4 libraries, this feature may cause a debug dump when used (the problem appears to be in writing out a compressed stream). Mono 1.2.6 is okay. Since Mono 1.2.4 is fairly old now, I don't intend to address this bug. Current Status Highly experimental. I've (justincc) only tried it myself in very limited situations, so Mantis feedback and suggests would be appreciated.
Please don't rely on these archives to permanently backup your regions, though if they are in sufficient use, I hope to maintain compatibility with older archive versions.
source opensimulator.org












commentaires (1)
Pour lire l'article rendez vous sur la page http://justincc.wordpress.com/2008/10/10/opensim-tech-basics-oars-opensim-region-archives/