szymon
|
8506bef30b
|
Added error catching
|
2020-12-06 19:19:16 +01:00 |
szymon
|
445f7a5613
|
Some improvements to logging, Player data now gets saved. Few other things...
|
2020-12-05 23:14:35 +01:00 |
szymon
|
7f82664ae7
|
Added Delete command.
Rearranged command package
|
2020-12-05 22:17:22 +01:00 |
szymon
|
d29b9049a4
|
Typos + missing import
|
2020-12-02 21:12:58 +01:00 |
szymon
|
7e2e399829
|
Improved RestoreBackupCommand
|
2020-12-02 21:10:48 +01:00 |
szymon
|
b68640b37f
|
Added CRC32 calculation to Stored entries in Zip (caused exceptions)
|
2020-12-02 21:06:46 +01:00 |
szymon
|
eba22e8464
|
Added newBackupContextBuilder function to BackupContext.Builder and simplified StartBackupCommand
|
2020-12-02 21:05:16 +01:00 |
szymon
|
06f80a9175
|
Moved locking world form BackupHelper to MakeBackupRunnable
|
2020-12-02 21:00:46 +01:00 |
szymon
|
163626fb3d
|
Added RestoreContext for good measure
|
2020-12-02 20:59:47 +01:00 |
szymon
|
7c07d2934c
|
Finally no double output!
|
2020-12-02 20:57:49 +01:00 |
szymon
|
d27568c20f
|
Renamed BackupInitiator to ActionInitiator and moved it to separate class
|
2020-12-02 20:49:49 +01:00 |
szymon
|
8ba3dbc955
|
Added comment to isDotDat method
|
2020-11-30 12:00:29 +01:00 |
szymon
|
6f9e98f104
|
File -> RestoreableFile
|
2020-11-30 10:35:27 +01:00 |
szymon
|
870f133273
|
Logger.warn -> error
|
2020-11-30 10:34:48 +01:00 |
szymon
|
2de5f4c80b
|
Added missing import, removed duplicate method
|
2020-11-30 10:34:20 +01:00 |
szymon
|
5d7aaf1938
|
Added some more info to Config
|
2020-11-30 10:32:58 +01:00 |
szymon
|
3b522e2881
|
Redesign of Compression an archival logic.
Added ZipCompressor
Permanently fixed java.util.concurrent.ExecutionException: java.io.IOException: No space left on device.
|
2020-11-30 10:32:22 +01:00 |
szymon
|
a5114b49cc
|
Renamed getFileExtension -> getArchiveExtension
Some stylistic improvements
|
2020-11-30 10:27:26 +01:00 |
szymon
|
aac63d45ac
|
Partial redesign of RestoreHelper. It now uses RestoreableFile everywhere.
RestoreableFile is now comparable
|
2020-11-30 10:25:16 +01:00 |
szymon
|
0ef89c2a88
|
Added missing dot
|
2020-11-30 10:20:21 +01:00 |
szymon
|
335ab845cf
|
Added getPrefix method, changed prefixText from Text to MutableText
|
2020-11-30 10:19:27 +01:00 |
szymon
|
2a211065a3
|
Solves #48
|
2020-11-30 10:18:35 +01:00 |
szymon
|
ead057d916
|
Added custom thread names
|
2020-11-30 10:17:39 +01:00 |
szymon
|
ccd87ee942
|
Added contributors list
|
2020-11-30 10:16:34 +01:00 |
szymon
|
a002d49ecf
|
Automatic world saving is disabled when backup is being made
|
2020-10-29 12:32:18 +01:00 |
szymon
|
38030be54d
|
Typos
|
2020-10-29 12:30:54 +01:00 |
szymon
|
599fdb9a19
|
Some cleanup and comments...
|
2020-09-13 20:41:23 +02:00 |
szymon
|
f7d8a7a854
|
Send to player also sends responses to the server console
|
2020-09-13 20:39:33 +02:00 |
szymon
|
d9aee50cd1
|
Renamed BackupContext.Builder#setServer -> saveServer
|
2020-09-13 20:38:58 +02:00 |
szymon
|
5de9c9ba0c
|
removed info call from sendInfo method in CustomLogger class
|
2020-08-15 21:59:11 +02:00 |
szymon
|
b24c807a3a
|
1.16.2 update
|
2020-08-15 10:37:20 +02:00 |
szymon
|
c5d89ee1ab
|
Version bump
|
2020-08-14 21:16:45 +02:00 |
szymon
|
76c76c7718
|
Added missing issues link
|
2020-08-14 21:13:12 +02:00 |
szymon
|
1ffcfa6c0e
|
added backup root checking to config checking
|
2020-08-14 20:38:49 +02:00 |
szymon
|
9877fe5c2c
|
Old backups now will be deleted after being restored
|
2020-08-14 20:37:40 +02:00 |
szymon
|
3d4867519c
|
forgot to clean globalShutdownBackupFlag
|
2020-08-11 20:04:41 +02:00 |
szymon
|
9ffa3f0005
|
MakeBackupRunnable now takes BackupContext instead of separate objects
|
2020-08-11 09:55:28 +02:00 |
szymon
|
d215edcec9
|
Added sendInfo & sendError methods that take BackupContext as argument
|
2020-08-11 09:54:36 +02:00 |
szymon
|
d06ab7fe5d
|
Shutdown backup starting code moved to SERVER_STOPPED event
|
2020-08-11 09:53:55 +02:00 |
szymon
|
67fe75667b
|
Decompressors now take File not FileInputStream
GenericTarDecompressor now guesses correct decompressor
|
2020-08-11 09:52:18 +02:00 |
szymon
|
7b6531185d
|
Renamed isValid -> isValidBackup
|
2020-08-11 09:51:34 +02:00 |
szymon
|
786666f827
|
Some minor improvements to compressors
|
2020-08-11 09:43:19 +02:00 |
szymon
|
1ea2dc2969
|
Backup Context now can get MinecraftServer for ServerCommandContext
|
2020-08-11 09:41:46 +02:00 |
szymon
|
a93e87729b
|
Moved most of the compression code to separate class (AbstractTarCompressor)
|
2020-08-08 23:36:32 +02:00 |
szymon
|
2230f28e97
|
Statics.LOGGER.sendInfo is now used everywhere instead of source.sendFeedback
|
2020-08-08 22:19:44 +02:00 |
szymon
|
7920152c40
|
this should make waiting more responsive
|
2020-08-07 22:29:21 +02:00 |
szymon
|
c8b53a4ce2
|
More improvements on restore command
|
2020-08-07 22:12:25 +02:00 |
szymon
|
7301a4be0e
|
* Added findFileAndLockIfPresent method to RestoreHelper
* create method in RestoreHelper return AwaitThread
* Improved RestoreBackupCommand
|
2020-08-07 00:06:36 +02:00 |
szymon
|
c43ae5b19c
|
Added isValid method to Utils BackupHelper cleanup method uses now separated delete method (for logging)
delete method checks if file isn't going to be restored
|
2020-08-07 00:03:38 +02:00 |
szymon
|
5ed0511e7f
|
v + Added defaultDateTimeFormatter to Statics
|
2020-08-06 23:57:14 +02:00 |