문제

This question might be naive but I could not quickly find an answer in the documentation, so it may be the right place to ask.

Can GlusterFS clients only synchronize a subdirectory? For example, Dropbox allows you to only synchronize a subdirectory of someone's repository.

Thank you for your help.

도움이 되었습니까?

해결책

GlusterFS is not a file sync utility, it is a virtual filesystem. See my complete answer to your related question here: https://stackoverflow.com/a/22459874/3429709

다른 팁

semiosis is correct.

GlusterFS has a feature called "geo-replication" that performs asynchronous replication. As of now, this is done at volume level and cannot be achieved on a per directory basis. You can read more about it here - http://www.jamescoyle.net/how-to/1037-synchronise-a-glusterfs-volume-to-a-remote-site-using-geo-replication

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top