Method | Description | |
---|---|---|
AutoPurge ( ) : void | ||
AutoPurge ( string worldName ) : void | ||
Compress ( string worldPath ) : BackupResult | ||
Decompress ( string archivePath ) : BackupResult | ||
GetBackups ( string worldName ) : string[] | ||
GetBackupsBefore ( string worldName, System.DateTime date ) : string[] | ||
GetExpiredBackup ( string worldName, int max ) : string[] | ||
GetStamptedFilePath ( string worldName ) : string | ||
GetTimeStamp ( string worldName ) : string | ||
PerformBackup ( ) : BackupResult | ||
PerformBackup ( string worldName ) : BackupResult | ||
SaveWorld ( string path ) : BackupResult |
Method | Description | |
---|---|---|
Initialise ( Entry plugin ) : void | ||
OnUpdate ( ) : void |
public static AutoPurge ( string worldName ) : void | ||
worldName | string | |
return | void |
public static Compress ( string worldPath ) : BackupResult | ||
worldPath | string | |
return | BackupResult |
public static Decompress ( string archivePath ) : BackupResult | ||
archivePath | string | |
return | BackupResult |
public static GetBackups ( string worldName ) : string[] | ||
worldName | string | |
return | string[] |
public static GetBackupsBefore ( string worldName, System.DateTime date ) : string[] | ||
worldName | string | |
date | System.DateTime | |
return | string[] |
public static GetExpiredBackup ( string worldName, int max ) : string[] | ||
worldName | string | |
max | int | |
return | string[] |
public static GetStamptedFilePath ( string worldName ) : string | ||
worldName | string | |
return | string |
public static GetTimeStamp ( string worldName ) : string | ||
worldName | string | |
return | string |
public static PerformBackup ( ) : BackupResult | ||
return | BackupResult |
public static PerformBackup ( string worldName ) : BackupResult | ||
worldName | string | |
return | BackupResult |
public static SaveWorld ( string path ) : BackupResult | ||
path | string | |
return | BackupResult |