Files

17 lines
490 B
JavaScript
Raw Permalink Normal View History

document.write(`
<section>
2026-08-15 17:57:47 +02:00
<h2>Phase 3</h2>
<ul>
<li>Borg / Duplicati installieren</li>
<li>Backup-Cron schreiben</li>
<li>Backup testen (!)</li>
2026-08-15 17:57:47 +02:00
<li>Freunde spiegeln ihre Backups 🥰 </li>
<li style="margin-top: 0.5em;"><strong>✅ "Das ist sicher"</strong></li>
</ul>
<aside class="notes">
Borg/Duplicati installieren, Backup-Cron schreiben, Backup testen (wichtig!), RSync auf 2. Standort.
2026-08-15 17:57:47 +02:00
Festplatte in einem DesktopPC ist dafür ausreichend
</aside>
</section>
`);