Dotan Cohen created SOLR-4010:
---------------------------------
Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]