I'm using glusterfs installed directly on google compute instances to store data for my kubernetes engine applications. I'm trying to figure out how to backup files from all of my volumes. Is it safe to rsync data directly from bricks?
I'm aware that writing directly on brick may result in replication problems, but that does not apply on reading, am I wrong?
Note that glusterfs snapshots are not what I want, I want to directly backup my files to another location.