Wojtek @suda Siudzinski


Python/Node/Golang/Rust developer, DIY hacker, rookie designer, 3D print junkie. CEO @ Gaia Charge


  1. Backup CoreOS's data volumes

    Yaron made a great Docker image for creating backups using Duplicity. It's designed to make backups of host directories, but what I wanted is to backup other container's volumes. You can do this with this CoreOS unit file: [Unit] Description=Backup After=docker.service Requires=docker.service [Service] User=core…

    on docker, coreos, data volumes, etcd