2026-08-15 12:06:47 +02:00
|
|
|
|
document.write(`
|
|
|
|
|
|
<section>
|
|
|
|
|
|
<h2>Das Backup-Setup</h2>
|
|
|
|
|
|
<p><strong>Borg (Linux) oder Duplicati (Windows)</strong></p>
|
|
|
|
|
|
<div class="code">$ borg create /mnt/backups::{now} /home/nextcloud</div>
|
|
|
|
|
|
<p><strong>Täglich automatisch,</strong> auf mehrere Standorte verteilt</p>
|
|
|
|
|
|
<aside class="notes">
|
2026-08-15 17:57:47 +02:00
|
|
|
|
Borg oder Duplicati – inkrementell, dedupliziert, verschlüsselt, automatisch täglich auf externe Festplatte.
|
|
|
|
|
|
Mehrere Rechner syncronisieren das Backup zu Eltern und geschwistern.
|
|
|
|
|
|
Kopien werden geprüft und Ergebnis wird mir per Mail geschickt.
|
|
|
|
|
|
Alle weiteren Server erstellen die Backups auf die gleiche Festplatte.
|
2026-08-15 12:06:47 +02:00
|
|
|
|
</aside>
|
|
|
|
|
|
</section>
|
|
|
|
|
|
`);
|