You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/15 17:12:04 UTC

[jira] [Commented] (JENA-979) add a fuseki admin service to list all existing backups

    [ https://issues.apache.org/jira/browse/JENA-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628204#comment-14628204 ] 

ASF GitHub Bot commented on JENA-979:
-------------------------------------

Github user afs commented on the pull request:

    https://github.com/apache/jena/pull/82#issuecomment-121646813
  
    WIP: I'm incorporating this by integrating into the admin action framework (i.e.  `extends ActionCtl`)
    
    Currently:
    
    * The URL is `/$/backup-list`  Camel-case is less common for URL API naming (YMMV).
    * Returns the file names, not the full path names. The server does not reveal its absolute path setup.
    * Returns non-hidden files : Filters on `!file.isHidden() && file.isFile()`
    * Response is `Content-Type: application/json`
    



> add a fuseki admin service to list all existing backups
> -------------------------------------------------------
>
>                 Key: JENA-979
>                 URL: https://issues.apache.org/jira/browse/JENA-979
>             Project: Apache Jena
>          Issue Type: New Feature
>          Components: Fuseki
>    Affects Versions: Fuseki 2.0.0, Fuseki 2.0.1, Fuseki 2.3.0
>            Reporter: Yang Yuanzhe
>            Assignee: Andy Seaborne
>
> Add a fuseki admin service to list all existing backups.
> Service URL: $/backupList
> Response example:
> { 
>   "backups" : [ 
>       "ds_2015-06-08_04-23-02.nq.gz" ,
>       "ds_2015-06-08_07-57-10.nq.gz" ,
>       "ds_2015-06-08_07-57-48.nq.gz" ,
>       "ds_2015-06-09_03-46-37.nq.gz" ,
>       "ds_2015-06-17_12-20-31.nq" ,
>       "ds_2015-06-17_12-20-31.nq.gz" ,
>       "ds_2015-06-23_10-53-47.nq.gz"
>     ]
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)