[ 
https://issues.apache.org/jira/browse/SOLR-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Pugh resolved SOLR-4010.
-----------------------------
    Resolution: Won't Fix

This has been open a long time, and we have new back up tools.   If this is 
still a issue for you, please reopen it!

> Return backup directory on backup command
> -----------------------------------------
>
>                 Key: SOLR-4010
>                 URL: https://issues.apache.org/jira/browse/SOLR-4010
>             Project: Solr
>          Issue Type: Improvement
>          Components: scripts and tools
>    Affects Versions: 4.0
>            Reporter: Dotan Cohen
>            Priority: Minor
>
> When running a backup command, the output does not include the location of 
> the backup files:
> http://1.2.3.4/solr/replication?command=backup
> <response>
>   <lst name="responseHeader">
>     <int name="status">0</int>
>     <int name="QTime">3</int>
>   </lst>
>   <str name="status">OK</str>
> </response>
> It would be very helpful if the backup directory name were included in the 
> output as it is variable per datetime:
> <response>
>   <lst name="responseHeader">
>     <int name="status">0</int>
>     <int name="QTime">3</int>
>   </lst>
>   <str name="status">OK</str>
>   <str name="backUpDir">/mnt/solr/snapshot.20121029090614662</str>
> </response>
> Thank you!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to