1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00

Auto-update READMEs

This commit is contained in:
yunohost-bot 2024-08-14 10:33:31 +00:00 committed by autoreadme_webhook
parent 85601b1b1a
commit 30f9612fb4
9 changed files with 53 additions and 7 deletions

View file

@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -21,7 +21,7 @@ Setup a storage space to be used for backup using Borg
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.
**Shipped version:** 1.2.8~ynh2
**Shipped version:** 1.2.8~ynh3
## Documentation and resources
- Official app website: <https://www.borgbackup.org/>

View file

@ -21,7 +21,7 @@ Setup a storage space to be used for backup using Borg
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.
**Versión actual:** 1.2.8~ynh2
**Versión actual:** 1.2.8~ynh3
## Documentaciones y recursos
- Sitio web oficial: <https://www.borgbackup.org/>

View file

@ -21,7 +21,7 @@ Setup a storage space to be used for backup using Borg
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.
**Paketatutako bertsioa:** 1.2.8~ynh2
**Paketatutako bertsioa:** 1.2.8~ynh3
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://www.borgbackup.org/>

View file

@ -21,7 +21,7 @@ Setup a storage space to be used for backup using Borg
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.
**Version incluse:** 1.2.8~ynh2
**Version incluse:** 1.2.8~ynh3
## Documentations et ressources
- Site officiel de lapp: <https://www.borgbackup.org/>

View file

@ -21,7 +21,7 @@ Setup a storage space to be used for backup using Borg
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.
**Versión proporcionada:** 1.2.8~ynh2
**Versión proporcionada:** 1.2.8~ynh3
## Documentación e recursos
- Web oficial da app: <https://www.borgbackup.org/>

View file

@ -21,7 +21,7 @@ Setup a storage space to be used for backup using Borg
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.
**Versi terkirim:** 1.2.8~ynh2
**Versi terkirim:** 1.2.8~ynh3
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://www.borgbackup.org/>

45
README_ru.md Normal file
View file

@ -0,0 +1,45 @@
<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# Borg Server для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/borgserver.svg)](https://ci-apps.yunohost.org/ci/apps/borgserver/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/borgserver.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/borgserver.maintain.svg)
[![Установите Borg Server с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=borgserver)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить Borg Server быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
Setup a storage space to be used for backup using Borg
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.
**Поставляемая версия:** 1.2.8~ynh3
## Документация и ресурсы
- Официальный веб-сайт приложения: <https://www.borgbackup.org/>
- Официальная документация администратора: <https://borgbackup.readthedocs.io/en/stable/>
- Репозиторий кода главной ветки приложения: <https://github.com/borgbackup/borg>
- Магазин YunoHost: <https://apps.yunohost.org/app/borgserver>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/borgserver_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
или
sudo yunohost app upgrade borgserver -u https://github.com/YunoHost-Apps/borgserver_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>

View file

@ -21,7 +21,7 @@ Setup a storage space to be used for backup using Borg
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.
**分发版本:** 1.2.8~ynh2
**分发版本:** 1.2.8~ynh3
## 文档与资源
- 官方应用网站: <https://www.borgbackup.org/>