Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/backrest_ynh
Backrest package for YunoHost
https://github.com/yunohost-apps/backrest_ynh
backrest yunohost yunohost-apps
Last synced: about 2 months ago
JSON representation
Backrest package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/backrest_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2024-10-13T16:35:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T13:35:57.000Z (about 2 months ago)
- Last Synced: 2024-11-14T14:34:43.978Z (about 2 months ago)
- Topics: backrest, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://garethgeorge.github.io/backrest/
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backrest for YunoHost
[![Integration level](https://dash.yunohost.org/integration/backrest.svg)](https://ci-apps.yunohost.org/ci/apps/backrest/) ![Working status](https://ci-apps.yunohost.org/ci/badges/backrest.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/backrest.maintain.svg)
[![Install Backrest with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=backrest)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Backrest 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
Backrest is a web-accessible backup solution built on top of restic. Backrest provides a WebUI which wraps the restic CLI and makes it easy to create repos, browse snapshots, and restore files. Additionally, Backrest can run in the background and take an opinionated approach to scheduling snapshots and orchestrating repo health operations.
**Shipped version:** 1.5.1~ynh3
## Screenshots
![Screenshot of Backrest](./doc/screenshots/68747470733a2f2f663030302e6261636b626c617a6562322e636f6d2f66696c652f6773686172652f73637265656e73686f74732f323032342f53637265656e73686f742b66726f6d2b323032342d30312d30342b31382d31392d35302e706e67.png)
![Screenshot of Backrest](./doc/screenshots/68747470733a2f2f663030302e6261636b626c617a6562322e636f6d2f66696c652f6773686172652f73637265656e73686f74732f323032342f53637265656e73686f742b66726f6d2b323032342d30312d30342b31382d33302d31342e706e67.png)## Documentation and resources
- Official user documentation:
- Official admin documentation:
- 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/backrest_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/backrest_ynh/tree/testing --debug
or
sudo yunohost app upgrade backrest -u https://github.com/YunoHost-Apps/backrest_ynh/tree/testing --debug
```**More info regarding app packaging:**