From 3e27eb59a3c067412e33c7486cc464ff75a4ebef Mon Sep 17 00:00:00 2001 From: KptltD00M Date: Fri, 22 May 2026 16:49:04 +0200 Subject: [PATCH] Add LICENSE and README files for Backerup project --- LICENSE.txt | 35 +++++++++++++++++++++++++++++++++++ README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..6ddfa64 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,35 @@ +Backerup Proprietary License (No Warranty) + +Copyright (c) 2026 Backerup +All rights reserved. + +This software and any accompanying files, binaries, or release artifacts (the +"Software") are proprietary and confidential. You may not use, copy, modify, +merge, publish, distribute, sublicense, or disclose the Software, in whole or +in part, without prior written permission from the copyright holder. + +No License Granted + +No rights or licenses of any kind, express or implied, are granted to you under +any patent, copyright, trademark, trade secret, or other intellectual property +right. + +No Warranty + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, +OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Limitation of Liability + +TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, +CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES, OR ANY LOSS OF DATA, PROFITS, +REVENUE, OR BUSINESS INTERRUPTION, ARISING OUT OF OR RELATED TO THE SOFTWARE. + +If any provision of this license is held to be unenforceable, the remaining +provisions will remain in full force and effect. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f4f36d --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# 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