Auto Backup Cluster over JDBC MYSQL

I have create a backup directory using FS Technique.

 PUT _snapshot/databackup     {
   "type": "fs", 
   "settings": {
      "location": "/mount/backups/my_backup" 
   }    }

Then:

 PUT _snapshot/my_backup/snapshot_2     {
   "indices": "completedata"     }

Its working.But when my database table update or insert new records backup not update automatically.How Can i Do this auto
backup after 1 day or by defining time.

Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8e7de3a1-0fb0-44bd-9f6f-08a8bc7e2101%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

You need to run the backup again, you can use cron to schedule this.

On 1 April 2015 at 20:02, Abdul Rafay arafay696@gmail.com wrote:

I have create a backup directory using FS Technique.

 PUT _snapshot/databackup     {
   "type": "fs",
   "settings": {
      "location": "/mount/backups/my_backup"
   }    }

Then:

 PUT _snapshot/my_backup/snapshot_2     {
   "indices": "completedata"     }

Its working.But when my database table update or insert new records backup not update automatically.How Can i Do this auto
backup after 1 day or by defining time.

Thanks in advance.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/8e7de3a1-0fb0-44bd-9f6f-08a8bc7e2101%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/8e7de3a1-0fb0-44bd-9f6f-08a8bc7e2101%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X-w5-vYQi8_i6QaBu_RS31%3D9zhgiPFbqphvJVwOnX5Miw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.