aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/AutoBackup/AutoBackupModuleState.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changes to AutoBackModule. Store folder and number of days expire is now ↵UbitUmarov2017-06-211-17/+0
| | | | also only defined in OpenSim.ini and so same for all regions.
* changes to AutoBackModule. Time interval is now unique and only definable ↵UbitUmarov2017-06-211-46/+13
| | | | on OpenSim.ini. All enabled regions will be saved in sequence whne it expires. Interval is time since last region save end, so will not follow wall clock. This reduces the chance of overlapped saves. Console command renamed to dooarbackup to be more distint from db backup. Lost the region load checks, to put back later
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-1/+1
|
* Include option to remove auto backup files older than given number of days. ↵AliciaRaven2014-07-041-0/+7
| | | | New property created to specify how many days to keep files for. Off by default, also made sure only oar files will be removed.
* Fix AutoBackupModule and include option to skip saving assets.AliciaRaven2014-06-041-0/+7
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Line endingsDan Lake2011-11-231-101/+101
|
* First pass at fixing justincc's feedback v2 ( ↵Sean McNamara2011-05-021-28/+31
| | | | | | http://opensimulator.org/mantis/view.php?id=5440 ) Fixing everything here (I think) except the per-region config. That's next.
* Wait for OnOarFileSaved event callback before executing scriptSean McNamara2011-04-261-0/+14
| | | | | | | We want to execute the (optional) user script after I/O is done on the oar. I wasn't aware that ArchiveRegion is asynchronous -- now I am. Should fully resolve comment 0018290 at http://opensimulator.org/mantis/view.php?id=5440
* Fix most issues raised by justincc: ↵Sean McNamara2011-04-231-0/+109
http://opensimulator.org/mantis/view.php?id=5440