From 4005ebe8e189ada919219dd03814e2f9007cc8bf Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Fri, 17 Jun 2022 10:25:36 +0100 Subject: [PATCH] Add empty blog pages for rsync/rdiff backup --- blog/backup-with-rdiff.html | 47 +++++++++++++++++++++++++++++++ blog/backup-with-rsync.html | 47 +++++++++++++++++++++++++++++++ blog/guide-to-server-hosting.html | 9 ++++-- 3 files changed, 100 insertions(+), 3 deletions(-) create mode 100644 blog/backup-with-rdiff.html create mode 100644 blog/backup-with-rsync.html diff --git a/blog/backup-with-rdiff.html b/blog/backup-with-rdiff.html new file mode 100644 index 0000000..d276027 --- /dev/null +++ b/blog/backup-with-rdiff.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + + Backup with rdiff-backup + + + +
+

Backup with rdiff-backup

+
+ +
+
+ +
+
+

Like rsync, rdiff-backup is a tool used for incremental backups. Unlike rsync, however rdiff keeps the most-recent file, along with any changes, deletions, etc.

+

Install

+

Backup

+

Restore

+

Advanced

+
+
+ + + + + diff --git a/blog/backup-with-rsync.html b/blog/backup-with-rsync.html new file mode 100644 index 0000000..f6df7e0 --- /dev/null +++ b/blog/backup-with-rsync.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + + Backup with rsync + + + +
+

Backup with rsync

+
+ +
+
+ +
+
+

rsync

+

Installation

+

Backup

+

Restore

+

Advanced

+
+
+ + + + + diff --git a/blog/guide-to-server-hosting.html b/blog/guide-to-server-hosting.html index 093055d..0155e0d 100644 --- a/blog/guide-to-server-hosting.html +++ b/blog/guide-to-server-hosting.html @@ -38,8 +38,9 @@

Now you officially own, and have setup a server. Currently all you can do is SSH into it though, so let's get some services on there

@@ -66,11 +67,13 @@

Backup your server!

Backups are super useful. If something breaks, or gets accidentally deleted you can always use a backup to get it back

+ +

Run virtual machines

Virtual machines allow you to use your server as multiple servers at once, with different operating systems, services, files, etc.