Hi,

I am trying to explore Jena Backup and restore options using fuseki
administrative http protocol

I am running below http command for taking the backup

*curl -i -X POST http://localhost:3030/$/backup/backuptest
<http://localhost:3030/$/backup/backuptest>*

And below command for restoring the backup

*curl -i -X PUT -H "Content-Type: application/n-quads" -d
@"run\backups\backuptest_2021-02-08_10-09-12.nq\backuptest_2021-02-08_10-09-12.nq"
http://localhost:3030/backuptest/ <http://localhost:3030/backuptest/>*

While it is working but I need to pass the file with Http put request for
backup is there any way to just pass the file location for restoring?

Note: I have already explored restoring backup using TDBloader2 but need to
stop the fuseki so not meeting our requirements.

Regards,
Deepali

Reply via email to