Main public logs
Appearance
Combined display of all available logs of ciappinopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:26, 17 August 2025 Admin talk contribs created page Borg (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>")