github Ravinou/borgwarehouse v2.0.0

latest releases: v2.4.1, v2.4.0, v2.3.0...
11 months ago

⚠️ BREAKING CHANGE ⚠️

Core changes

  • One unix user is now used for all backup. BorgWarehouse now complies with BorgBackup documentation recommendations. #47
  • sudo permissions is now no longer required at all. #5
  • Repositories are now all in the same root folder.
  • Inside the repo.json, the repository key is not use anymore. The repositoryName key is new and now match the exact name of the repository where are stored datas for this repository.
  • All SSH public key must be unique (see why here or here). BorgWarehouse will warn you if you try to use an already use one.
  • All environment variables are now runtime variables (buildtime variables have been removed for docker compatibility).

Features

  • 100% ready for Docker 🚀
    • Dockerfile and docker-compose.yml files are provided.
  • Add robots.txt to default installation.
  • History of repo.json file is now logged in config/versions folder.
  • QuickSetting now copy only repository url (instead of init command)
  • BorgWarehouse is now 100% compatible with Vorta client, out of the box, just click on copy button !
  • Version number is now display in the footer

Fixes

  • Don't try to stat repositories if there is no repositories created in BorgWarehouse
  • Improvement for SMTP error log
  • Improvement in Apprise settings
  • Add prettier config file
  • Better description in Wizard'step 2
  • A lot of general improvements !

Documentation

Full Changelog: v1.6.0...v2.0.0

Don't miss a new borgwarehouse release

NewReleases is sending notifications on new releases.