すでに見てるとは思いますが、以下のような説明はありますね。
簡単そうに見えますが、本当にできるのでしょうか……。
--------------------------
http://knowledge.sakura.ad.jp/tech/3208/
> ・S3QLは複数サーバーからの同時アクセスをサポートしていません。S3QLのドキュメントでは1台でマウントした後、NFSやCIFSなどで共有してからアクセスする例が紹介されています。
--------------------------
https://bitbucket.org/nikratio/s3ql/wiki/FAQ
> Can I access an S3QL file system on multiple computers simultaneously?
> To share a file system between several computers, you need to have a method for these computers to communicate, so that they can tell each other when they are changing data. However, S3QL is designed to store data in cloud storage services which can not be used for this kind of communication, because different computers may end up talking to different servers in the cloud (and there is no way for S3QL to force the cloud servers to synchronize quickly and often enough).
> Therefore, the only way to share an S3QL file system among different computers is to have one "master" computer that runs mount.s3ql, and then shares the mountpoint over a network file system like NFS, CIFS or sshfs. If the participating computers are connected over an insecure network, NFS and CIFS should be combined with VPN software like Tinc (which is very easy to set up for a few computers) or OpenVPN (which is a lot more complicated).
> In principle, both VPN and NFS/CIFS-alike functionality could be integrated into S3QL to allow simultaneous mounting using mount.s3ql directly. However, consensus among the S3QL developers is that this is not worth the increased complexity.
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/05/13 12:13
2017/05/13 12:36
2017/05/13 14:37
2017/05/13 14:40
2017/05/13 21:31