influxdb/services
Paul Dix 59fbd371fc Implement backup/restore for TSM.
This changes backup and restore to work for TSM. It breaks it for b1 and bz1, but since those are getting removed it's ok.

The backup runs against any host that is specified and can backup either the metasstore, a database, specific retention policy, or a specific shard. It can also take incremental backups with the `since` flag, which will only backup TSM files that have been created since that timestamp.

The backup is safe to run online. However, for shards that are still hot for writes, they won't be able to create new TSM files while the backup for that single shard runs. If the backup isn't too large and the write throughput isn't too high this shouldn't be a problem since the writes will just go into the WAL cache.
2015-12-30 18:06:50 -05:00
..
admin fixed export lint issues in services/admin 2015-11-16 17:31:53 +08:00
collectd add bounds checking for shard group timestamps 2015-12-09 13:07:13 -07:00
continuous_querier Add continuous query option for customizing resampling 2015-12-28 16:43:49 -05:00
copier Disable copier test 2015-10-05 20:09:56 -04:00
graphite Update comments. 2015-12-02 12:35:58 +00:00
hh Update comments. 2015-12-02 12:35:58 +00:00
httpd fix panic when merging empty series 2015-12-15 11:32:51 -07:00
opentsdb add bounds checking for shard group timestamps 2015-12-09 13:07:13 -07:00
precreator Comment additions to conform to golint 2015-11-19 11:26:21 +10:00
retention Comment additions to services to satisfy golint 2015-11-19 13:25:07 +01:00
snapshotter Implement backup/restore for TSM. 2015-12-30 18:06:50 -05:00
subscriber Comment additions to conform to golint 2015-11-19 11:26:21 +10:00
udp removing golang reference 2015-12-22 12:54:43 -05:00