]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
Bedre språk.
[homepage.git] / blog / index.rss
index c5fcc608cb617f0d34ce95189ddd2668a097d7f2..7741e00372a9ee22f57521b600610b5da7190bdf 100644 (file)
@@ -7,16 +7,16 @@
                 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
        
        <item>
-               <title>s3ql, a locally mounted cloud file system - nice free software</title>
-               <link>http://people.skolelinux.org/pere/blog/s3ql__a_locally_mounted_cloud_file_system___nice_free_software.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/s3ql__a_locally_mounted_cloud_file_system___nice_free_software.html</guid>
+               <title>S3QL, a locally mounted cloud file system - nice free software</title>
+               <link>http://people.skolelinux.org/pere/blog/S3QL__a_locally_mounted_cloud_file_system___nice_free_software.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/S3QL__a_locally_mounted_cloud_file_system___nice_free_software.html</guid>
                 <pubDate>Wed, 9 Apr 2014 11:30:00 +0200</pubDate>
                <description>&lt;p&gt;For a while now, I have been looking for a sensible offsite backup
 solution for use at home.  My requirements are simple, it must be
 cheap and locally encrypted (in other words, I keep the encryption
 keys, the storage provider do not have access to my private files).
-One idea me and my friends have had many years ago, before the cloud
-storage providers showed up, have been to use Google mail as storage,
+One idea me and my friends had many years ago, before the cloud
+storage providers showed up, was to use Google mail as storage,
 writing a Linux block device storing blocks as emails in the mail
 service provided by Google, and thus get heaps of free space.  On top
 of this one can add encryption, RAID and volume management to have
@@ -45,7 +45,7 @@ package is included already.  So to get started, run &lt;tt&gt;apt-get
 install s3ql&lt;/tt&gt;.  Next, pick a storage provider.  I ended up picking
 Greenqloud, after reading their nice recipe on
 &lt;a href=&quot;https://greenqloud.zendesk.com/entries/44611757-How-To-Use-S3QL-to-mount-a-StorageQloud-bucket-on-Debian-Wheezy&quot;&gt;how
-to use s3ql with their Amazon S3 service&lt;/a&gt;, because I trust the laws
+to use S3QL with their Amazon S3 service&lt;/a&gt;, 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
@@ -119,7 +119,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
 #
@@ -215,7 +215,7 @@ Backend reports that fs is still mounted elsewhere, aborting.
 &lt;p&gt;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:
 
 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
@@ -251,7 +251,7 @@ storage.  I did not try to locate them all, but am aware of at least
 &lt;a href=&quot;http://crowncloud.net/&quot;&gt;Crowncloud&lt;/A&gt;.  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.&lt;/p&gt;
 
 &lt;p&gt;While researching this blog post, I had a look at research papers
@@ -270,7 +270,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
 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html&quot;&gt;my
-test code to check file system semantics, I was happy to discover that
+test code to check file system semantics&lt;/a&gt;, 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.&lt;/p&gt;