Skip to content

Commit

Permalink
Deployed 9dee974 to 5.0 with MkDocs 1.5.2 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsaf committed Sep 28, 2023
1 parent cb9a260 commit bdb4ebc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions 5.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,27 @@



<p><a href="https://github.com/rafsaf/backuper/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/github/license/rafsaf/backuper" alt="License">
</a>
<a href="https://docs.python.org/3/whatsnew/3.11.html" target="_blank">
<img src="https://img.shields.io/badge/python-3.11-blue" alt="Python">
</a>
<a href="https://github.com/psf/black" target="_blank">
<img src="https://img.shields.io/badge/code%20style-black-lightgrey" alt="Black">
</a>
<a href="https://github.com/rafsaf/backuper/actions/workflows/tests.yml" target="_blank">
<img src="https://github.com/rafsaf/backuper/actions/workflows/tests.yml/badge.svg" alt="Tests">
</a>
<a href="https://github.com/rafsaf/backuper/actions/workflows/type_check.yml" target="_blank">
<img src="https://github.com/rafsaf/backuper/actions/workflows/type_check.yml/badge.svg" alt="Type check">
</a>
<a href="https://github.com/rafsaf/backuper/actions/workflows/dev_build.yml" target="_blank">
<img src="https://github.com/rafsaf/backuper/actions/workflows/dev_build.yml/badge.svg" alt="Dev build">
</a>
<a href="https://github.com/rafsaf/backuper/actions/workflows/release_build.yml" target="_blank">
<img src="https://github.com/rafsaf/backuper/actions/workflows/release_build.yml/badge.svg" alt="Release build">
</a></p>
<h1 id="backuper">Backuper</h1>
<p>A tool for performing scheduled database backups and transferring encrypted data to secure public clouds, for home labs, hobby projects, etc., in environments such as k8s, docker, vms.</p>
<p>Backups are in <code>zip</code> format using <a href="https://www.7-zip.org/">7-zip</a>, with strong AES-256 encryption under the hood.</p>
Expand Down Expand Up @@ -895,7 +916,7 @@ <h2 id="architectures">Architectures</h2>
<li>linux/arm64</li>
</ul>
<h2 id="example">Example</h2>
<p>Everyday 5am backup to Google Cloud Storage of PostgreSQL database defined in the same file and running in docker container.</p>
<p>Everyday 5am backup of PostgreSQL database defined in the same file and running in docker container.</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 1</span>
<span class="normal"> 2</span>
<span class="normal"> 3</span>
Expand Down Expand Up @@ -926,7 +947,7 @@ <h2 id="example">Example</h2>
<h2 id="real-world-usage">Real world usage</h2>
<p>The author actively uses backuper (with GCS) for one production project <a href="https://plemiona-planer.pl">plemiona-planer.pl</a> postgres database (both PRD and STG) and for bunch of homelab projects including self hosted Firefly III mariadb, Grafana postgres, KeyCloak postgres, Nextcloud postgres and configuration file, Minecraft server files, and two other postgres dbs for some demo projects.</p>
<p>See how it looks for ~2GB size database:</p>
<p><img alt="" src="images/backuper_gcp_example_twp-min.jpg" /></p>
<p><img alt="" src="docs/images/backuper_gcp_example_twp-min.jpg" /></p>
<p><br>
<br></p>

Expand Down
2 changes: 1 addition & 1 deletion 5.0/search/search_index.json

Large diffs are not rendered by default.

Binary file modified 5.0/sitemap.xml.gz
Binary file not shown.

0 comments on commit bdb4ebc

Please sign in to comment.