фикс бага на стороне сервера, было падение при архивации на машинах

This commit is contained in:
2024-11-26 13:47:14 +03:00
parent 784e4dbbca
commit 3add52b2b7
2 changed files with 4 additions and 4 deletions

View File

@@ -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);