The above example will backup a directory, and remove any changes from 2 weeks ago.
diff --git a/blog/backup-with-rdiff.html b/guides/backup-with-rdiff.html
similarity index 100%
rename from blog/backup-with-rdiff.html
rename to guides/backup-with-rdiff.html
diff --git a/blog/backup-with-rsync.html b/guides/backup-with-rsync.html
similarity index 98%
rename from blog/backup-with-rsync.html
rename to guides/backup-with-rsync.html
index f84267e..33dc387 100644
--- a/blog/backup-with-rsync.html
+++ b/guides/backup-with-rsync.html
@@ -70,7 +70,7 @@
Downsides
-
Rsync only keeps one copy of the data, and doesn't keep the changes that were made, making it impossible* to restore a file's contents from the day previous. If this is what you're after, look at rdiff-backup.
+
Rsync only keeps one copy of the data, and doesn't keep the changes that were made, making it impossible* to restore a file's contents from the day previous. If this is what you're after, look at rdiff-backup.
* Not impossible, as you can set rsync to do this, but it requires a bit of scripting, and isn't as easy as just running the program
diff --git a/blog/certbot-ssl.html b/guides/certbot-ssl.html
similarity index 100%
rename from blog/certbot-ssl.html
rename to guides/certbot-ssl.html
diff --git a/blog/get-a-domain-name.html b/guides/get-a-domain-name.html
similarity index 100%
rename from blog/get-a-domain-name.html
rename to guides/get-a-domain-name.html
diff --git a/blog/guide-to-server-hosting.html b/guides/guide-to-server-hosting.html
similarity index 63%
rename from blog/guide-to-server-hosting.html
rename to guides/guide-to-server-hosting.html
index 3436da8..be29066 100644
--- a/blog/guide-to-server-hosting.html
+++ b/guides/guide-to-server-hosting.html
@@ -36,40 +36,40 @@
A database is a great tool to store, access, and filter data. Typically used alongside a website, or other services, but can be useful standalone if you know what you're doing
Virtual machines allow you to use your server as multiple servers at once, with different operating systems, services, files, etc. If you're self-hosting this is a great way to separate concerns, having one system for each distinct task.
diff --git a/blog/nginx-proxy.html b/guides/nginx-proxy.html
similarity index 100%
rename from blog/nginx-proxy.html
rename to guides/nginx-proxy.html
diff --git a/blog/nginx-web-optimisation.html b/guides/nginx-web-optimisation.html
similarity index 100%
rename from blog/nginx-web-optimisation.html
rename to guides/nginx-web-optimisation.html
diff --git a/blog/password-protect-webpage.html b/guides/password-protect-webpage.html
similarity index 100%
rename from blog/password-protect-webpage.html
rename to guides/password-protect-webpage.html
diff --git a/blog/server-install-debian.html b/guides/server-install-debian.html
similarity index 100%
rename from blog/server-install-debian.html
rename to guides/server-install-debian.html
diff --git a/blog/set-static-ip.html b/guides/set-static-ip.html
similarity index 100%
rename from blog/set-static-ip.html
rename to guides/set-static-ip.html
diff --git a/blog/setup-git-server.html b/guides/setup-git-server.html
similarity index 100%
rename from blog/setup-git-server.html
rename to guides/setup-git-server.html
diff --git a/blog/setup-kvm-bridge.html b/guides/setup-kvm-bridge.html
similarity index 96%
rename from blog/setup-kvm-bridge.html
rename to guides/setup-kvm-bridge.html
index 5851d5f..b7d3a2f 100644
--- a/blog/setup-kvm-bridge.html
+++ b/guides/setup-kvm-bridge.html
@@ -39,7 +39,7 @@
ip a
Bridge it
-
This will be familiar to those who have set a static ip on linux, as it's essentially the same, with a few additional lines related to bridging
+
This will be familiar to those who have set a static ip on linux, as it's essentially the same, with a few additional lines related to bridging
This can be done by editing /etc/network/interfaces
sudo vim /etc/network/interfaces
And setting the following lines
diff --git a/blog/setup-nginx-website.html b/guides/setup-nginx-website.html
similarity index 100%
rename from blog/setup-nginx-website.html
rename to guides/setup-nginx-website.html
diff --git a/blog/setup-qemu-kvm.html b/guides/setup-qemu-kvm.html
similarity index 100%
rename from blog/setup-qemu-kvm.html
rename to guides/setup-qemu-kvm.html
diff --git a/blog/sql-cheatsheet.html b/guides/sql-cheatsheet.html
similarity index 100%
rename from blog/sql-cheatsheet.html
rename to guides/sql-cheatsheet.html
diff --git a/blog/virsh-cheatsheet.html b/guides/virsh-cheatsheet.html
similarity index 100%
rename from blog/virsh-cheatsheet.html
rename to guides/virsh-cheatsheet.html
diff --git a/blog/vm-seperation-of-concerns.html b/guides/vm-seperation-of-concerns.html
similarity index 100%
rename from blog/vm-seperation-of-concerns.html
rename to guides/vm-seperation-of-concerns.html
diff --git a/index.html b/index.html
index c511b0e..183e987 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@