]> pere.pagekite.me Git - homepage.git/blobdiff - blog/data/2014-04-09-nice-s3ql.txt
Ny post.
[homepage.git] / blog / data / 2014-04-09-nice-s3ql.txt
index f7fbbaf131737092c6276a4c1bd0834aaf1914c3..1eb82db9a05e893f4edb35610f6722acca9feb73 100644 (file)
@@ -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
 
 <p>For a while now, I have been looking for a sensible offsite backup
@@ -36,7 +36,7 @@ package is included already.  So to get started, run <tt>apt-get
 install s3ql</tt>.  Next, pick a storage provider.  I ended up picking
 Greenqloud, after reading their nice recipe on
 <a href="https://greenqloud.zendesk.com/entries/44611757-How-To-Use-S3QL-to-mount-a-StorageQloud-bucket-on-Debian-Wheezy">how
-to use s3ql with their Amazon S3 service</a>, because I trust the laws
+to use S3QL with their Amazon S3 service</a>, because I trust the laws
 in Iceland more than those in USA when it come to keeping my personal
 data safe and private, and thus would rather spend money on a company
 in Iceland.  Another nice recipe is available from the article
@@ -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
 #
@@ -206,7 +206,7 @@ Backend reports that fs is still mounted elsewhere, aborting.
 <p>The file content is uploaded when the cache is full, while the
 metadata is uploaded once every 24 hour by default.  To ensure the
 file system content is flushed to the cloud, one can either umount the
-file system, or ask s3ql to flush the cache and metadata using
+file system, or ask S3QL to flush the cache and metadata using
 s3qlctrl:
 
 <p><blockquote><pre>
@@ -242,7 +242,7 @@ storage.  I did not try to locate them all, but am aware of at least
 <a href="http://crowncloud.net/">Crowncloud</A>.  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.</p>
 
 <p>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
 <a href="http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html">my
-test code to check file system semantics, I was happy to discover that
+test code to check file system semantics</a>, 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.</p>