Merge pull request #5889 from nextcloud/enh/noid/add-backup-viewer

add borgbackup-viewer community container
This commit is contained in:
Simon L. 2025-01-22 12:18:58 +01:00 committed by GitHub
commit 1e55e776b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 103 additions and 3 deletions

View file

@ -493,6 +493,9 @@ In this example, it would mount `E:\your\backup\path` into the volume so for a d
#### Pro-tip: Backup archives access
You can open the BorgBackup archives on your host by following these steps:<br>
(instructions for Ubuntu Desktop)
Alternatively, there is now a community container that allows to access your backups in a web session: https://github.com/nextcloud/all-in-one/tree/main/community-containers/borgbackup-viewer.
```bash
# Install borgbackup on the host
sudo apt update && sudo apt install borgbackup
@ -520,6 +523,9 @@ sudo umount /tmp/borg
#### Delete backup archives manually
You can delete BorgBackup archives on your host manually by following these steps:<br>
(instructions for Debian based OS' like Ubuntu)
Alternatively, there is now a community container that allows to access your backups in a web session: https://github.com/nextcloud/all-in-one/tree/main/community-containers/borgbackup-viewer.
```bash
# Install borgbackup on the host
sudo apt update && sudo apt install borgbackup