2022-10-27 04:21:35 +02:00
<!--
2024-04-10 23:29:43 +02:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-10-27 04:21:35 +02:00
-->
2022-02-22 13:03:09 +01:00
# Borg Server pour YunoHost
2024-08-12 13:08:20 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/borgserver.svg )](https://ci-apps.yunohost.org/ci/apps/borgserver/) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/borgserver.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/borgserver.maintain.svg )
2023-10-25 21:45:39 +02:00
2022-02-22 13:03:09 +01:00
[![Installer Borg Server avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=borgserver)
2024-04-10 23:29:43 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-02-22 13:03:09 +01:00
2024-04-10 23:29:43 +02:00
> *Ce package vous permet d’ installer Borg Server rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2022-02-22 13:03:09 +01:00
2023-01-16 22:28:39 +01:00
## Vue d’ ensemble
2022-02-22 13:03:09 +01:00
2024-05-03 17:13:02 +02:00
Setup a storage space to be used for backup using Borg
2022-02-22 13:03:09 +01:00
2024-05-03 17:13:02 +02:00
This app is the "server" part, meant to be installed on the machine providing the backup storage. It is designed to work in combination with the [borg 'client' app ](https://apps.yunohost.org/app/borg ) installed on a diffent machine.
2022-02-22 13:03:09 +01:00
2024-08-14 12:33:31 +02:00
**Version incluse :** 1.2.8~ynh3
2022-02-22 13:03:09 +01:00
## Documentations et ressources
2024-04-10 23:29:43 +02:00
- Site officiel de l’ app : < https: // www . borgbackup . org />
- Documentation officielle de l’ admin : < https: // borgbackup . readthedocs . io / en / stable />
- Dépôt de code officiel de l’ app : < https: // github . com / borgbackup / borg >
- YunoHost Store : < https: // apps . yunohost . org / app / borgserver >
- Signaler un bug : < https: // github . com / YunoHost-Apps / borgserver_ynh / issues >
2022-02-22 13:03:09 +01:00
## Informations pour les développeurs
2024-04-10 23:29:43 +02:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing ).
2022-02-22 13:03:09 +01:00
2024-04-10 23:29:43 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-10-27 04:21:35 +02:00
2024-04-10 23:29:43 +02:00
```bash
2022-02-22 13:03:09 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
ou
sudo yunohost app upgrade borgserver -u https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
```
2024-04-10 23:29:43 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >