diff options
author | Justin Clark-Casey (justincc) | 2011-05-26 02:22:52 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-26 02:22:52 +0100 |
commit | 3270f4353e0a2bded9361a72526ba673e6266cc1 (patch) | |
tree | 6de02c29ee9e2008f286c815ebdba94f135233a7 /OpenSim/Region/CoreModules/World/Archiver | |
parent | Bump OAR file format version up to 0.7 for this development cycle. (diff) | |
download | opensim-SC-3270f4353e0a2bded9361a72526ba673e6266cc1.zip opensim-SC-3270f4353e0a2bded9361a72526ba673e6266cc1.tar.gz opensim-SC-3270f4353e0a2bded9361a72526ba673e6266cc1.tar.bz2 opensim-SC-3270f4353e0a2bded9361a72526ba673e6266cc1.tar.xz |
Add --noassets option for "save iar"
Like "save oar", this saves an iar without assets
This can be useful for backup when you know the required assets will still be present (e.g. you're backing up the assets db separately).
This also bumps the iar format version to 0.3 and 1.2 respectively.
0.3 is backward compatible with previous opensim versions
1.2 is used if the --profile switch is specified. It is only compatible with 0.7.1 presently.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Archiver')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestPreparation.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestPreparation.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestPreparation.cs index 3d073bf..10a83ee 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestPreparation.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestPreparation.cs | |||
@@ -61,7 +61,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
61 | public static int MAX_MAJOR_VERSION = 0; | 61 | public static int MAX_MAJOR_VERSION = 0; |
62 | 62 | ||
63 | /// <summary> | 63 | /// <summary> |
64 | /// Determine whether this oar will save assets. Default is true. | 64 | /// Determine whether this archive will save assets. Default is true. |
65 | /// </summary> | 65 | /// </summary> |
66 | public bool SaveAssets { get; set; } | 66 | public bool SaveAssets { get; set; } |
67 | 67 | ||