фикс бага на стороне сервера, было падение при архивации на машинах
This commit is contained in:
@@ -21,6 +21,10 @@ public class ArchivesBackupPass extends ConnectionPass<File> {
|
||||
return true;
|
||||
}
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Создание резервной копии базы данных на машине";
|
||||
}
|
||||
@Override
|
||||
protected void ServerAction() throws Exception {
|
||||
String workspace_path = Utils_.toU(Paths.get(user.connection.sftpChannel.getHome(), Global.properties.BackupWorkspace).toString());
|
||||
RemoteFile workspace = new RemoteFile(workspace_path, true);
|
||||
|
||||
Reference in New Issue
Block a user