Add empty blog pages for rsync/rdiff backup

master
Nathan Steel 4 years ago
parent e8bb716a16
commit 4005ebe8e1

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="Blog, articles, template">
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Backup with rdiff-backup</title>
</head>
<body>
<header>
<h1>Backup with rdiff-backup</h1>
<hr/>
<nav>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>
<main>
<section>
<p class="intro">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.</p>
<h2>Install</h2>
<h2>Backup</h2>
<h2>Restore</h2>
<h2>Advanced</h2>
</section>
</main>
<footer>
<hr/>
<p>Written by <a href="http://aney.co.uk" target="_blank" rel="noopener">@aney</a> with <a href="https://danluu.com/web-bloat/" target="_blank" rel="noopener">web bloat</a> in mind | <a href="https://github.com/Aney/website" target="_blank" rel="noopener">Source Code</a></p>
</footer>
</body>
</html>

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="Blog, articles, template, rsync, backup">
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Backup with rsync</title>
</head>
<body>
<header>
<h1>Backup with rsync</h1>
<hr/>
<nav>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>
<main>
<section>
<p class="intro">rsync</p>
<h2>Installation</h2>
<h2>Backup</h2>
<h2>Restore</h2>
<h2>Advanced</h2>
</section>
</main>
<footer>
<hr/>
<p>Written by <a href="http://aney.co.uk" target="_blank" rel="noopener">@aney</a> with <a href="https://danluu.com/web-bloat/" target="_blank" rel="noopener">web bloat</a> in mind | <a href="https://github.com/Aney/website" target="_blank" rel="noopener">Source Code</a></p>
</footer>
</body>
</html>

@ -38,8 +38,9 @@
<ul>
<li>TODO:Get a server</li>
<li><a href="/blog/initial-server-setup.html">Basic Debian Server setup (with some security)</a></li>
<li><a href="/blog/get-a-domain-name.html">TODO: Get a domain name</a></li>
<li>TODO:<a href="/blog/get-a-domain-name.html">Get a domain name</a></li>
<li><a href="/blog/add-domain-to-server.html">Connect your server and domain name</a></li>
<li>TODO:<a href="/blog/port-forwarding.html">Port Forwarding</a></li>
</ul>
<p>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</p>
@ -66,11 +67,13 @@
<h2>Backup your server!</h2>
<p>Backups are super useful. If something breaks, or gets accidentally deleted you can always use a backup to get it back</p>
<ul>
<li>TODO:<a href="/blog/backups-with-rsync.html">Setup rsync</a></li>
<li>TODO:Setup rdiff-backup</li>
<li>TODO:<a href="/blog/backup-with-rsync.html">Backup with rsync</a></li>
<li>TODO:<a href="/blog/backup-wth-rdiff.html">Backup with rdiff-backup</a></li>
<li>TODO:Setup backup cronjob(s)</li>
</ul>
<h2>Run virtual machines</h2>
<p>Virtual machines allow you to use your server as multiple servers at once, with different operating systems, services, files, etc.</p>
<ul>

Loading…
Cancel
Save