I have one azure storage account(xxx) and for that i had created two repositories like this:
1) PUT _snapshot/sample_backup
{
"type":"azure"
}
2) PUT _snapshot/ex_backup
{
"type":"azure"
}
When i created a snapshot using curator with the field repository: sample_backup the snapshot is creating in both the repositories than creating at sample_backup and in the same way delete also happening (i.e. when i am deleting a snapshot in one repository it is deleting the same in the other too)
May i know why this is happening? Do i have to create only one repository for one storage account, is it like that?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.