Jump to content

Borg: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 August 2025

  • curprev 17:2817:28, 17 August 2025 Admin talk contribs 540 bytes +147 No edit summary undo
  • curprev 17:2617:26, 17 August 2025 Admin talk contribs 393 bytes +393 Created page with "== Borg backup == === Borg server === <syntaxhighlight lang='bash'> sudo apt install borgbackup sudo python3-llfuse python3-fuse borg . --encryption=repokey init </syntaxhighlight> === Borg client === <syntaxhighlight lang='bash'> sudo apt install borgbackup </syntaxhighlight> === Borg server === <syntaxhighlight lang='bash'> borg list . sudo borg mount .::Backup1 /mnt </syntaxhighlight>"