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.