qEndpoint icon indicating copy to clipboard operation
qEndpoint copied to clipboard

better dump relative locations

Open ate47 opened this issue 11 months ago • 0 comments

Part of the endpoint? (leave empty if you don't know)

  • [X] Backend (qendpoint-backend)
  • [X] Store (qendpoint-backend)
  • [ ] Core (qendpoint-core)
  • [ ] Frontend (qendpoint-frontend)
  • [ ] Other

Description of the request

The current file is doing something like this:

location=C:\Users\wilat\workspace\qEndpoint\.\qendpoint\native-store\lucene
output=dump\2023-07-25 173238\lucene\lucene
---

Maybe it would be better to relative it from the native store for the location and from the info file for the output.

To have something like that:

location=lucene
output=lucene\lucene
---

In a same register, it would be better to have another name than "store.hdt", but the name in the EndpointFiles

Do I want to contribute to make it?

Yes

Something else?

No response

ate47 avatar Sep 01 '23 09:09 ate47