Hi Pietro,

On 15/02/2020 05:22, Pietro Liuzzo wrote:
Dear all,

I am moving to a new server, and I would like to backup the data in my graphs 
from the old instance to restore them in the new one.

In the running Apache Jena Fuseki I have hit the backup button, which informs 
me it has started and finished but I am not sure where to find now this backup 
so that I can use it to restore data in the new instance.

I have tried to access /etc/fuseki/backups but it looks like I cannot.

The directory will be owned by the id that is running the server. You may want to change the access permissions.


Can I change in my configuration the location where the backups are stored?

Only by using symbolic links - the backups go to a fixed location; that can be a symbolic link to somewhere else.

Different approach: access the data via HTTP:

curl --header 'Accept: application/trig' \
    http://localhost:3030/ds > myData.trig

which does an HTTP GET on the dataset, asking for TriG format. This is available when there is GSP (SPARQL Graph Store Protocol) functionality.

    Andy


Thank you very much,

All best
Pietro

Pietro Maria Liuzzo
cel (DE): +49 (0) 176 61 000 606
Skype: pietro.liuzzo (Quingentole)
ORCID: https://orcid.org/0000-0001-5714-4011
Academia: https://uni-hamburg.academia.edu/PietroMariaLiuzzo





Reply via email to