Have you ever wanted to move a Kubernetes volume (Persistent Volume Claim) to another storage class or back it up? We do it now and again so we created a generally useful container image that can be attached to a pair of volumes to then automatically copy (using rsync
) from one to the other.
Have a look at our docker-volume-replicator repository and accompanying public Docker image.