X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/7bae9b8f5734d38d39cfbd402ef417e98827dada..cec140bdf2d777199acb4d7c14066d510ce3ff93:/blog/data/2014-04-09-nice-s3ql.txt diff --git a/blog/data/2014-04-09-nice-s3ql.txt b/blog/data/2014-04-09-nice-s3ql.txt index dd987f1d65..1eb82db9a0 100644 --- a/blog/data/2014-04-09-nice-s3ql.txt +++ b/blog/data/2014-04-09-nice-s3ql.txt @@ -1,5 +1,5 @@ Title: S3QL, a locally mounted cloud file system - nice free software -Tags: english, debian, personvern, sikkerhet +Tags: english, debian, personvern, sikkerhet, nice free software Date: 2014-04-09 11:30

For a while now, I have been looking for a sensible offsite backup @@ -110,7 +110,7 @@ Reading metadata... ..contents.. ..ext_attributes.. Mounting filesystem... -# df -h /mnt +# df -h /s3ql Filesystem Size Used Avail Use% Mounted on s3c://s.greenqloud.com:443/bucket-name 1.0T 0 1.0T 0% /s3ql # @@ -242,7 +242,7 @@ storage. I did not try to locate them all, but am aware of at least Crowncloud. The latter even accept payment in Bitcoin. Pick one that suit your need. Some of them provide several GiB of free storage, but the prize models are -quire different and you will have to figure out what suit you +quite different and you will have to figure out what suits you best.

While researching this blog post, I had a look at research papers @@ -261,7 +261,7 @@ check out the mounted S3QL file system to see if it would be usable as a home directory (in other word, that it provided POSIX semantics when it come to locking and umask handling etc). Running my -test code to check file system semantics, I was happy to discover that +test code to check file system semantics, I was happy to discover that no error was found. So the file system can be used for home directories, if one chooses to do so.