aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/AutoBackup/AutoBackupModuleState.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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