influxdb/cmd/influxd
Ben Johnson 963d277a75 Add "influxd backup" command.
This commit adds the backup command to the influxd binary as well as
implements a SnapshotWriter in the influxdb package.

By default the snapshot handler binds to 127.0.0.1 so it cannot be
accessed outside of the local machine.
2015-03-22 10:54:14 -06:00
..
backup.go Add "influxd backup" command. 2015-03-22 10:54:14 -06:00
backup_test.go Add "influxd backup" command. 2015-03-22 10:54:14 -06:00
config.go Add "influxd backup" command. 2015-03-22 10:54:14 -06:00
config_test.go Ensure internal retention policy exists 2015-03-15 14:32:46 -07:00
handler.go Add broker snapshot/restore and CLI join. 2015-01-06 17:21:32 -07:00
main.go Add "influxd backup" command. 2015-03-22 10:54:14 -06:00
restore.go Add SnapshotWriter. 2015-03-19 22:23:52 -06:00
run.go Add "influxd backup" command. 2015-03-22 10:54:14 -06:00
server_integration_test.go Add "influxd backup" command. 2015-03-22 10:54:14 -06:00