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.
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
- Official documentation: https://borgbackup.readthedocs.io/en/stable/
- YunoHost documentation: If specific documentation is needed, feel free to contribute.
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.
- Are LDAP and HTTP auth supported?
- Can the app be used by multiple users?
- Any known limitations.
- Other info you would like to add about this app.
- Report a bug: https://github.com/YunoHost-Apps/borgserver_ynh/issues
- App website: https://www.borgbackup.org/
- Upstream app repository: https://github.com/borgbackup/borg
- YunoHost website: https://yunohost.org/
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