mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
Fix linter warnings
This commit is contained in:
parent
13e062f06c
commit
162b60bfe1
2 changed files with 27 additions and 40 deletions
|
@ -5,7 +5,7 @@
|
|||
[](https://dash.yunohost.org/appci/app/restic)
|
||||
[](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE)
|
||||
[](https://github.com/YunoHost-Apps/restic_ynh/issues)
|
||||
[](https://install-app.yunohost.org/?app=restic)
|
||||
[](https://install-app.yunohost.org/?app=restic)
|
||||
|
||||
> *This package allows you to install Restic 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.*
|
||||
|
@ -119,7 +119,7 @@ If you want to check the backups consistency:
|
|||
systemctl start restic_check.service
|
||||
```
|
||||
|
||||
If you want to make a complete check of the backups - keep in mind that this reads all the backed up data, it can take some time depending on your target server upload speed (more on this topic in [the Restic documentation](https://restic.readthedocs.io/en/latest/045_working_with_repos.html#checking-integrity-and-consistency):
|
||||
If you want to make a complete check of the backups - keep in mind that this reads all the backed up data, it can take some time depending on your target server upload speed (more on this topic in [the Restic documentation](https://restic.readthedocs.io/en/latest/045_working_with_repos.html#checking-integrity-and-consistency)):
|
||||
```
|
||||
systemctl start restic_check_read_data.service
|
||||
```
|
||||
|
@ -148,8 +148,7 @@ You can setup the Restic app several times on the same server so you can backup
|
|||
|
||||
---
|
||||
|
||||
Developer info
|
||||
----------------
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/restic_ynh/tree/testing).
|
||||
|
||||
|
|
|
@ -22,20 +22,8 @@ setup_public=0
|
|||
upgrade=1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=0
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;;; Levels
|
||||
Level 1=auto
|
||||
Level 2=auto
|
||||
Level 3=auto
|
||||
Level 4=na
|
||||
Level 5=auto
|
||||
Level 6=auto
|
||||
Level 7=auto
|
||||
Level 8=0
|
||||
Level 9=0
|
||||
Level 10=0
|
||||
;;; Options
|
||||
Email=restic-ynh@coupouchetty-ramouchetty.fr
|
||||
Notification=down
|
||||
|
|
Loading…
Add table
Reference in a new issue