From e7b3e7b749388dd8029ed7de6208fdf557e91695 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 29 Jul 2008 14:28:08 +0000 Subject: * Put in stub code for inventory backup. * No user functionality yet (and not for quite some time) --- OpenSim/Region/Application/OpenSimBase.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimBase.cs') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index c2d30e4..a9351d3 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -62,14 +62,19 @@ namespace OpenSim protected int proxyOffset = 0; /// - /// The file used to load and save prim backup xml if none has been specified + /// The file used to load and save prim backup xml if no filename has been specified /// protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml"; /// - /// The file use to load and save an opensim archive if none has been specified + /// The file used to load and save an opensim archive if no filename has been specified /// protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene_oar.tar.gz"; + + /// + /// The file to load and save inventory if no filename has been specified + /// + protected const string DEFAULT_INV_BACKUP_FILENAME = "opensim_inv.tar.gz"; public string m_physicsEngine; public string m_meshEngineName; -- cgit v1.1