Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/archivist_ynh
https://github.com/yunohost-apps/archivist_ynh
archivist backups yunohost yunohost-apps
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yunohost-apps/archivist_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2017-11-01T19:57:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T11:28:44.000Z (6 months ago)
- Last Synced: 2024-06-23T12:37:16.114Z (6 months ago)
- Topics: archivist, backups, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 228 KB
- Stars: 12
- Watchers: 8
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Archivist for YunoHost
[![Integration level](https://dash.yunohost.org/integration/archivist.svg)](https://dash.yunohost.org/appci/app/archivist) ![Working status](https://ci-apps.yunohost.org/ci/badges/archivist.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/archivist.maintain.svg)
[![Install Archivist with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=archivist)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Archivist quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*## Overview
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 can also makes backups of specified directories.
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.**Shipped version:** 1.3.4~ynh2
## Documentation and resources- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
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:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
or
sudo yunohost app upgrade archivist -u https://github.com/YunoHost-Apps/archivist_ynh/tree/testing --debug
```**More info regarding app packaging:**