parent
64e8e06161
commit
ef4c69b4d1
|
@ -59,7 +59,6 @@ public class RestoreBackupRunnable implements Runnable {
|
||||||
MakeBackupRunnableFactory.create(
|
MakeBackupRunnableFactory.create(
|
||||||
BackupContext.Builder
|
BackupContext.Builder
|
||||||
.newBackupContextBuilder()
|
.newBackupContextBuilder()
|
||||||
.saveServer()
|
|
||||||
.setServer(ctx.server())
|
.setServer(ctx.server())
|
||||||
.setInitiator(ActionInitiator.Restore)
|
.setInitiator(ActionInitiator.Restore)
|
||||||
.setComment("Old_World" + (ctx.comment() != null ? "_" + ctx.comment() : ""))
|
.setComment("Old_World" + (ctx.comment() != null ? "_" + ctx.comment() : ""))
|
||||||
|
|
Loading…
Reference in New Issue