mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
upgrade to 1.1.15
This commit is contained in:
parent
3402bd09a9
commit
54fce82efa
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Borg Backup for YunoHost
|
# Borg Backup for YunoHost
|
||||||
|
|
||||||
[](https://github.com/YunoHost-Apps/borg_ynh/releases)
|
[](https://github.com/YunoHost-Apps/borg_ynh/releases)
|
||||||
[](https://github.com/YunoHost-Apps/borg_ynh/milestones)
|
[](https://github.com/YunoHost-Apps/borg_ynh/milestones)
|
||||||
[](https://dash.yunohost.org/appci/app/borg)
|
[](https://dash.yunohost.org/appci/app/borg)
|
||||||
[](https://raw.githubusercontent.com/YunoHost-Apps/borg_ynh/master/LICENSE)
|
[](https://raw.githubusercontent.com/YunoHost-Apps/borg_ynh/master/LICENSE)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Backup your server on a host server using Borg.",
|
"en": "Backup your server on a host server using Borg.",
|
||||||
"fr": "Sauvegardez votre serveur sur un serveur distant avec Borg."
|
"fr": "Sauvegardez votre serveur sur un serveur distant avec Borg."
|
||||||
},
|
},
|
||||||
"version": "1.1.14~ynh1",
|
"version": "1.1.15~ynh1",
|
||||||
"url": "https://borgbackup.readthedocs.io",
|
"url": "https://borgbackup.readthedocs.io",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -12,7 +12,7 @@ pkg_dependencies="python3-pip python3-dev libacl1-dev libssl-dev liblz4-dev pyth
|
||||||
install_borg_with_pip () {
|
install_borg_with_pip () {
|
||||||
if [ ! -d /opt/borg-env ]; then
|
if [ ! -d /opt/borg-env ]; then
|
||||||
virtualenv --python=python3 /opt/borg-env
|
virtualenv --python=python3 /opt/borg-env
|
||||||
/opt/borg-env/bin/python /opt/borg-env/bin/pip install borgbackup==1.1.14
|
/opt/borg-env/bin/python /opt/borg-env/bin/pip install borgbackup==1.1.15
|
||||||
echo "#!/bin/bash
|
echo "#!/bin/bash
|
||||||
/opt/borg-env/bin/python /opt/borg-env/bin/borg \"\$@\"" > /usr/local/bin/borg
|
/opt/borg-env/bin/python /opt/borg-env/bin/borg \"\$@\"" > /usr/local/bin/borg
|
||||||
chmod u+x /usr/local/bin/borg
|
chmod u+x /usr/local/bin/borg
|
||||||
|
|
Loading…
Add table
Reference in a new issue