mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
Auto-update README
This commit is contained in:
parent
266fd31fff
commit
ff41d942fb
2 changed files with 49 additions and 74 deletions
59
README.md
59
README.md
|
@ -1,70 +1,59 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Archivist for YunoHost
|
# Archivist for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/archivist)  [](https://github.com/YunoHost/Apps/#what-to-do-if-i-cant-maintain-my-app-anymore-)
|
[](https://dash.yunohost.org/appci/app/archivist)  
|
||||||
[](https://install-app.yunohost.org/?app=archivist)
|
[](https://install-app.yunohost.org/?app=archivist)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install archivist quickly and simply on a YunoHost server.
|
> *This package allows you to install Archivist quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Archivist is an automatic backup system for your server.
|
Archivist is an automatic backup system for your server.
|
||||||
It able to makes backups of your YunoHost core and your apps by using the YunoHost backup command.
|
It able to makes backups of your YunoHost core and your apps by using the YunoHost backup command.
|
||||||
It can also makes backups of specified directories.
|
It can also makes backups of specified directories.
|
||||||
Your backups can be send to many other places, local or distant.
|
Your backups can be send to many other places, local or distant.
|
||||||
Archivist is automatically launched periodicaly to update your backups and send the modifications to the other places.
|
Archivist is automatically launched periodicaly to update your backups and send the modifications to the other places.
|
||||||
|
|
||||||
**Shipped version:** 1.3.2
|
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||
## Demo
|
**Shipped version:** 1.3.2~ynh2
|
||||||
|
## Disclaimers / important information
|
||||||
No demo available.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The configuration of archivist can be changed in the file /opt/yunohost/archivist/Backup_list.conf
|
The configuration of archivist can be changed in the file /opt/yunohost/archivist/Backup_list.conf
|
||||||
Please read the [documentation](https://github.com/maniackcrudelis/archivist/blob/master/Configuration.md) about the configuration of archivist for more informations.
|
Please read the [documentation](https://github.com/maniackcrudelis/archivist/blob/master/Configuration.md) about the configuration of archivist for more informations.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* YunoHost documentation: There no specific documentations, feel free to contribute.
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Multi-users support
|
|
||||||
|
|
||||||
Not relevant.
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/archivist/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/archivist/)
|
|
||||||
* Buster x86-64b - [](https://ci-buster.nohost.me/ci/apps/archivist/)
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Encfs, which be used to encrypt the data, is not fully secured.
|
* Encfs, which be used to encrypt the data, is not fully secured.
|
||||||
Have a look to the [security audit](https://defuse.ca/audits/encfs.htm) to have more informations.
|
Have a look to the [security audit](https://defuse.ca/audits/encfs.htm) to have more informations.
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/archivist_ynh/issues
|
## Documentation and resources
|
||||||
* archivist website: https://github.com/maniackcrudelis/archivist
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
* Official app website: <https://github.com/maniackcrudelis/archivist>
|
||||||
|
* Upstream app code repository: <https://github.com/maniackcrudelis/archivist>
|
||||||
|
* YunoHost documentation for this app: <https://yunohost.org/app_archivist>
|
||||||
|
* Report a bug: <https://github.com/YunoHost-Apps/archivist_ynh/issues>
|
||||||
|
|
||||||
Developers infos
|
## Developer info
|
||||||
----------------
|
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/archivist_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/archivist_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --force --debug
|
``` bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade archivist -u https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
|
sudo yunohost app upgrade archivist -u https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
64
README_fr.md
64
README_fr.md
|
@ -1,72 +1,58 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Archivist pour YunoHost
|
# Archivist pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/archivist)  [](https://github.com/YunoHost/Apps/#what-to-do-if-i-cant-maintain-my-app-anymore-)
|
[](https://dash.yunohost.org/appci/app/archivist)  
|
||||||
[](https://install-app.yunohost.org/?app=archivist)
|
[](https://install-app.yunohost.org/?app=archivist)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer archivist rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Archivist rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/install_fr) pour savoir comment l'installer et en profiter.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
|
## Vue d'ensemble
|
||||||
|
|
||||||
## Résumé
|
|
||||||
Archivist est un système de sauvegarde automatique pour votre serveur.
|
Archivist est un système de sauvegarde automatique pour votre serveur.
|
||||||
Il est capable de faire des sauvegardes de votre noyau YunoHost et de vos applications en utilisant la commande de backup de YunoHost.
|
Il est capable de faire des sauvegardes de votre noyau YunoHost et de vos applications en utilisant la commande de backup de YunoHost.
|
||||||
Il peut également faire des sauvegardes de répertoires spécifiques.
|
Il peut également faire des sauvegardes de répertoires spécifiques.
|
||||||
Vos sauvegardes peuvent être envoyées à de nombreux autres endroits, locaux ou distants.
|
Vos sauvegardes peuvent être envoyées à de nombreux autres endroits, locaux ou distants.
|
||||||
Archivist est automatiquement lancé périodiquement pour mettre à jour vos sauvegardes et envoyer les modifications aux autres emplacements.
|
Archivist est automatiquement lancé périodiquement pour mettre à jour vos sauvegardes et envoyer les modifications aux autres emplacements.
|
||||||
|
|
||||||
**Version embarquée:** 1.3.2
|
|
||||||
|
|
||||||
## Captures d'écran
|
**Version incluse :** 1.3.2~ynh2
|
||||||
|
## Avertissements / informations importantes
|
||||||
## Démo
|
|
||||||
|
|
||||||
Aucune démo pour cette application.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
La configuration d'archivist peut être modifiée dans le fichier /opt/yunohost/archivist/Backup_list.conf
|
La configuration d'archivist peut être modifiée dans le fichier /opt/yunohost/archivist/Backup_list.conf
|
||||||
Veuillez lire la [documentation](https://github.com/maniackcrudelis/archivist/blob/master/Configuration_fr.md) sur la configuration d'archivist pour plus d'informations.
|
Veuillez lire la [documentation](https://github.com/maniackcrudelis/archivist/blob/master/Configuration_fr.md) sur la configuration d'archivist pour plus d'informations.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Documentation YunoHost: Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
|
|
||||||
|
|
||||||
## Fonctionnalités spécifiques à YunoHost
|
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
|
||||||
|
|
||||||
Non applicable
|
|
||||||
|
|
||||||
#### Architectures supportées.
|
|
||||||
|
|
||||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/archivist/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/archivist/)
|
|
||||||
* Buster x86-64b - [](https://ci-buster.nohost.me/ci/apps/archivist/)
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Encfs, qui est utilisé pour chiffrer les données, n'est pas parfaitement sécurisé.
|
* Encfs, qui est utilisé pour chiffrer les données, n'est pas parfaitement sécurisé.
|
||||||
Consultez l'[audit de sécurité](https://defuse.ca/audits/encfs.htm) pour avoir plus d'informations.
|
Consultez l'[audit de sécurité](https://defuse.ca/audits/encfs.htm) pour avoir plus d'informations.
|
||||||
|
|
||||||
## Informations additionnelles
|
|
||||||
|
|
||||||
## Liens
|
## Documentations et ressources
|
||||||
|
|
||||||
* Reporter un bug: https://github.com/YunoHost-Apps/archivist_ynh/issues
|
* Site officiel de l'app : <https://github.com/maniackcrudelis/archivist>
|
||||||
* Site de archivist: https://github.com/maniackcrudelis/archivist
|
* Dépôt de code officiel de l'app : <https://github.com/maniackcrudelis/archivist>
|
||||||
* Site de YunoHost: https://yunohost.org/
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_archivist>
|
||||||
|
* Signaler un bug : <https://github.com/YunoHost-Apps/archivist_ynh/issues>
|
||||||
|
|
||||||
---
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Informations à l'intention des développeurs
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/archivist_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/archivist_ynh/tree/testing).
|
||||||
|
|
||||||
Pour tester la branche testing, merci de procéder ainsi.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --force --debug
|
``` bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade archivist -u https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
|
sudo yunohost app upgrade archivist -u https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
Loading…
Add table
Reference in a new issue