Files
2026-05-22 16:49:04 +02:00

49 lines
1.5 KiB
Markdown

# Backerup Releases
Backerup is a self-hosted Docker volume backup manager. Inspect containers,
schedule backups, manage storage targets, and restore volumes from a browser UI.
It is built with Vue 3 + TypeScript on the frontend and a Node/Bun Express API
on the backend, packaged as a single Docker container served by nginx.
This directory contains proprietary release artifacts for Backerup.
## Highlights
- Browse Docker containers and their mounts on the host
- One-click and scheduled backups (full, volumes-only, binds-only, metadata-only)
- Multiple named storage targets (local directories)
- Restore a volume from any saved backup
- Live log viewer with filtering by level and context
## Contents
- Release packages and binaries produced by the Backerup project
- Supporting release notes or metadata, when provided
## What to expect in a release
Artifacts vary by release, but commonly include:
- A Docker image archive for offline loading
- A docker-compose.yml for single-container deployment
- Release notes with changes and known issues
- Checksums or signatures for integrity verification
## Versioning
Look for the version and build date in filenames or release notes. If multiple
artifacts are provided, they are intended to be used together for that release.
## Verification
If checksum files are included, verify them before use. For example:
```bash
sha256sum -c checksums.txt
```
## Notes
- These artifacts are provided as-is
- See LICENSE.txt in this directory for licensing and warranty terms