mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
fix: check process
This commit is contained in:
parent
bb1a306f91
commit
4ca24f9ae1
1 changed files with 34 additions and 31 deletions
|
@ -1,36 +1,39 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
server="domain.tld:22"
|
server="dst.domain.tld"
|
||||||
ssh_user="sam"
|
ssh_user="sam"
|
||||||
passphrase="APassphrase"
|
passphrase="APassphrase"
|
||||||
conf=1
|
conf=1
|
||||||
data=1
|
port=2222
|
||||||
app="all"
|
backup_path=src.domain.tld
|
||||||
on_calendar="Daily"
|
data=1
|
||||||
; Checks
|
app="all"
|
||||||
pkg_linter=1
|
allow_extra_space_use=1
|
||||||
setup_sub_dir=0
|
on_calendar="Daily"
|
||||||
setup_root=0
|
; Checks
|
||||||
setup_nourl=1
|
pkg_linter=1
|
||||||
setup_private=0
|
setup_sub_dir=0
|
||||||
setup_public=0
|
setup_root=0
|
||||||
upgrade=1
|
setup_nourl=1
|
||||||
backup_restore=1
|
setup_private=0
|
||||||
multi_instance=1
|
setup_public=0
|
||||||
incorrect_path=0
|
upgrade=1
|
||||||
port_already_use=0
|
backup_restore=1
|
||||||
change_url=0
|
multi_instance=1
|
||||||
|
incorrect_path=0
|
||||||
|
port_already_use=0
|
||||||
|
change_url=0
|
||||||
;;; Levels
|
;;; Levels
|
||||||
Level 1=auto
|
Level 1=auto
|
||||||
Level 2=auto
|
Level 2=auto
|
||||||
Level 3=auto
|
Level 3=auto
|
||||||
Level 4=na
|
Level 4=na
|
||||||
Level 5=auto
|
Level 5=auto
|
||||||
Level 6=auto
|
Level 6=auto
|
||||||
Level 7=auto
|
Level 7=auto
|
||||||
Level 8=0
|
Level 8=0
|
||||||
Level 9=0
|
Level 9=0
|
||||||
Level 10=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