Skip to content

Instantly share code, notes, and snippets.

View hdsdi3g's full-sized avatar

hdsdi3g hdsdi3g

View GitHub Profile
@nithril
nithril / Script CRON 1
Last active December 29, 2015 14:29
Sauvegarde Elasticsearch
#!/bin/bash
_now=$(date +"%Y_%m_%d_%H_%M");
curl -X POST "http://localhost.fr:9200/_export?target=/usr/local/lilactu/save/${_now}.tar.gz"