S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access running Linux, FreeBSD or OS-X.
1
vote
0answers
76 views
Is this a good backup strategy for a small VPS? [closed]
I have a VPS with Linode for hosting websites and I'm trying to come up with a good backup strategy. I don't want to use their backup service as it doesn't let you restore single files and someone ...
1
vote
0answers
61 views
What factors affect ideal s3ql --max-obj-size value?
I'm trying to understand all the relevant implications of the --max-obj-size value used when creating an s3ql file system. I have yet to find a complete description of the implications of this option, ...
2
votes
0answers
133 views
Gluster with s3ql mounted brick?
I am trying to test run Gluster with a volume consisting of two local bricks, the first being a plain directory and the second being a s3ql based mount.
Having just the plain directory as a unique ...