nodeconf / EU-CFP

Call for participation for NodeConf.eu 2015
10 stars 6 forks source link

Distributed Docker Volumes Fun #57

Open anaptfox opened 9 years ago

anaptfox commented 9 years ago

Backing up Docker volumes are hard and not fun. One would typically have to write a script to do a backup, typically to S3. Not Fun. How about we build a tool that persists our data for us in a distributed manner. This ensures that our backups are not centralized to just one place, S3. We can also do a blazing fast distributed restores using Dat. Fun.

In this talk, we will talk about how to build/use a tool that will do this for us and how we could build an application around this.

Speaker Bio Taron Foxworth is the Lead Sales Engineer at Modulus. He was the fifth Modulus employee. Prior to that, he was a Software Engineer for 5 years. Taron lives in Cincinnati OH. Optimist, Lover of life.

Analect commented 8 years ago

@anaptfox Is there a repo up anywhere with your demo? Thanks.