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,11 +1,14 @@
|
||||||
;; 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
|
||||||
|
port=2222
|
||||||
|
backup_path=src.domain.tld
|
||||||
data=1
|
data=1
|
||||||
app="all"
|
app="all"
|
||||||
|
allow_extra_space_use=1
|
||||||
on_calendar="Daily"
|
on_calendar="Daily"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue