diff options
author | Justin Clark-Casey (justincc) | 2010-09-06 23:12:03 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-06 23:12:03 +0100 |
commit | ab875b32c1cbfe2871a33b7757ffea5466692263 (patch) | |
tree | d708bfe885e6ee56e4178077052ae339e3662ae6 /OpenSim/Region/OptionalModules/ContentManagementSystem | |
parent | extend TestNewSceneObjectLinkPersistence() to check for presence of non-root ... (diff) | |
download | opensim-SC_OLD-ab875b32c1cbfe2871a33b7757ffea5466692263.zip opensim-SC_OLD-ab875b32c1cbfe2871a33b7757ffea5466692263.tar.gz opensim-SC_OLD-ab875b32c1cbfe2871a33b7757ffea5466692263.tar.bz2 opensim-SC_OLD-ab875b32c1cbfe2871a33b7757ffea5466692263.tar.xz |
Make console backup command do a forced backup rather than non-forced
Remove no-arg backup method for simplicity as it only make sense to call non-forced backup internally
Diffstat (limited to 'OpenSim/Region/OptionalModules/ContentManagementSystem')
-rw-r--r-- | OpenSim/Region/OptionalModules/ContentManagementSystem/CMModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/ContentManagementSystem/CMModel.cs b/OpenSim/Region/OptionalModules/ContentManagementSystem/CMModel.cs index e5fcb54..fd59138 100644 --- a/OpenSim/Region/OptionalModules/ContentManagementSystem/CMModel.cs +++ b/OpenSim/Region/OptionalModules/ContentManagementSystem/CMModel.cs | |||
@@ -300,7 +300,7 @@ namespace OpenSim.Region.OptionalModules.ContentManagement | |||
300 | } | 300 | } |
301 | } | 301 | } |
302 | m_log.Info("[CMMODEL]: Scheduling a backup of new scene object groups to backup."); | 302 | m_log.Info("[CMMODEL]: Scheduling a backup of new scene object groups to backup."); |
303 | scene.Backup(); | 303 | scene.Backup(true); |
304 | } | 304 | } |
305 | 305 | ||
306 | /// <summary> | 306 | /// <summary> |