/borgserver_ynh

Borg server package for YunoHost

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

Borg Server for YunoHost

Integration level
Install Borg Server with YunoHost

This package allows you to install Borg Server quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Offer backup storage to a friend. The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.

Shipped version: 1.1.16

Documentation

Customizing the backup location

This app lets you customize the folder in which to store your backups. However you can only choose a folder within the borgserver user home directory. If you want to store your backups elsewhere, like in an external drive, you could for example use the following command : mount --bind /backup/path /home/borserver_ssh_user/repository_folder (where /backup/path is your external storage and /home/borserver_ssh_user/repository_folder corresponds to the values you passed when installing borgserver). Also, you should make sure that /backup/path is accessible to the user created by borgserver.

YunoHost specific features

Multi-user support

  • Are LDAP and HTTP auth supported?
  • Can the app be used by multiple users?

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • Any known limitations.

Additional information

  • Other info you would like to add about this app.

Links


Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
or
sudo yunohost app upgrade borgserver -u https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug