mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Propagate changes on check_process
This commit is contained in:
parent
4558a90c91
commit
a7789f7693
1 changed files with 7 additions and 8 deletions
|
@ -1,11 +1,12 @@
|
|||
;; Test remote directory
|
||||
; Manifest
|
||||
repository="ssh://sam@domain.tld:22/~/backup"
|
||||
; Manifest
|
||||
repository="ssh://sam@domain.tld:22/~/backup"
|
||||
passphrase="APassphrase"
|
||||
conf=1
|
||||
data=1
|
||||
apps="all"
|
||||
on_calendar="Daily"
|
||||
mailalert="errors_only"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
|
@ -14,19 +15,20 @@
|
|||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=c1524dd8e37cc671c01f5b5363901dd6a01e6fc1
|
||||
upgrade=1 from_commit=c1524dd8e37cc671c01f5b5363901dd6a01e6fc1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;; Test local directory
|
||||
; Manifest
|
||||
repository="/mnt/backup"
|
||||
; Manifest
|
||||
repository="/mnt/backup"
|
||||
passphrase="APassphrase"
|
||||
conf=1
|
||||
data=1
|
||||
apps="all"
|
||||
on_calendar="Daily"
|
||||
mailalert="errors_only"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
|
@ -39,9 +41,6 @@
|
|||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;;; Options
|
||||
Email=ljf+borg_ynh@reflexlibre.net
|
||||
Notification=change
|
||||
;;; Upgrade options
|
||||
; commit=c1524dd8e37cc671c01f5b5363901dd6a01e6fc1
|
||||
name=Merge pull request #63 from YunoHost-Apps/testing
|
||||
|
|
Loading…
Add table
Reference in a new issue