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://dash.yunohost.org/appci/app/restic)
|
||||||
[](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE)
|
[](https://raw.githubusercontent.com/YunoHost-Apps/restic_ynh/master/LICENSE)
|
||||||
[](https://github.com/YunoHost-Apps/restic_ynh/issues)
|
[](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.
|
> *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.*
|
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
|
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
|
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).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/restic_ynh/tree/testing).
|
||||||
|
|
||||||
|
|
|
@ -1,41 +1,29 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
server="dst.domain.tld"
|
server="dst.domain.tld"
|
||||||
ssh_user="sam"
|
ssh_user="sam"
|
||||||
passphrase="APassphrase"
|
passphrase="APassphrase"
|
||||||
conf=1
|
conf=1
|
||||||
port=2222
|
port=2222
|
||||||
backup_path=src.domain.tld
|
backup_path=src.domain.tld
|
||||||
data=1
|
data=1
|
||||||
app="all"
|
app="all"
|
||||||
allow_extra_space_use=1
|
allow_extra_space_use=1
|
||||||
on_calendar="Daily"
|
on_calendar="Daily"
|
||||||
check_on_calendar="*-*-8,15,22 3:15"
|
check_on_calendar="*-*-8,15,22 3:15"
|
||||||
check_read_data_on_calendar="*-*-1 3:15"
|
check_read_data_on_calendar="*-*-1 3:15"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
setup_root=0
|
setup_root=0
|
||||||
setup_nourl=1
|
setup_nourl=1
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=0
|
setup_public=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=0
|
port_already_use=0
|
||||||
port_already_use=0
|
change_url=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
|
;;; Options
|
||||||
Email=restic-ynh@coupouchetty-ramouchetty.fr
|
Email=restic-ynh@coupouchetty-ramouchetty.fr
|
||||||
Notification=down
|
Notification=down
|
||||||
|
|
Loading…
Add table
Reference in a new issue