Files
afa-vortrag/slides/slide-14-backup-setup.js
T
2026-08-15 12:06:47 +02:00

12 lines
437 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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">
Borg oder Duplicati inkrementell, dedupliziert, verschlüsselt, automatisch täglich. Auf mehrere Orte verteilt.
</aside>
</section>
`);