12 lines
437 B
JavaScript
12 lines
437 B
JavaScript
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>
|
|||
|
|
`);
|