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.
+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 @@ + + +
+ + + + + + + + + +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.
+rsync
+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 @@Backups are super useful. If something breaks, or gets accidentally deleted you can always use a backup to get it back
Virtual machines allow you to use your server as multiple servers at once, with different operating systems, services, files, etc.