mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
fix
This commit is contained in:
parent
537aab3469
commit
35297957df
2 changed files with 3 additions and 36 deletions
|
@ -1,31 +0,0 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
server="dst.domain.tld"
|
||||
ssh_user="sam"
|
||||
passphrase="APassphrase"
|
||||
conf=1
|
||||
port=2222
|
||||
backup_path=src.domain.tld
|
||||
data=1
|
||||
app="all"
|
||||
allow_extra_space_use=1
|
||||
on_calendar="Daily"
|
||||
check_on_calendar="*-*-8,15,22 3:15"
|
||||
check_read_data_on_calendar="*-*-1 3:15"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
setup_root=0
|
||||
setup_nourl=1
|
||||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
# 0.12.0~ynh9
|
||||
upgrade=1 from_commit=526944051f68f4149e415be4e862ce3c69d69f18
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;;; Options
|
||||
Email=restic-ynh@coupouchetty-ramouchetty.fr
|
||||
Notification=down
|
|
@ -5,7 +5,7 @@ name = "Restic"
|
|||
description.en = "Backup program that is fast, efficient and secure"
|
||||
description.fr = "Programme de sauvegarde rapide, efficace et sécurisé"
|
||||
|
||||
version = "0.16.2~ynh1"
|
||||
version = "0.16.4~ynh1"
|
||||
|
||||
maintainers = ["Lionel Coupouchetty-Ramouchetty"]
|
||||
|
||||
|
@ -119,13 +119,11 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources.main]
|
||||
|
||||
url = "https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_amd64.bz2"
|
||||
sha256 = "d68200fee4e3d0fafcdd0b20a2e6d7404dde053c3a71d5a8ca678d2e1f9f9e8e"
|
||||
url = "https://github.com/restic/restic/releases/download/v0.16.4/restic_0.16.4_linux_amd64.bz2"
|
||||
sha256 = "3d4d43c169a9e28ea76303b1e8b810f0dcede7478555fdaa8959971ad499e324"
|
||||
rename = "restic"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Reference in a new issue