mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
Merge pull request #40 from YunoHost-Apps/testing
Update to 1.3 - Fix backup hooks
This commit is contained in:
commit
6263da18a1
5 changed files with 10 additions and 5 deletions
|
@ -4,6 +4,11 @@ Changelog
|
||||||
## Unreleased
|
## Unreleased
|
||||||
- Nothing for now...
|
- Nothing for now...
|
||||||
|
|
||||||
|
## [1.3~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/40) - 2021-05-27
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
- [Fix backup hooks - archivist 1.3](https://github.com/YunoHost-Apps/archivist_ynh/pull/40)
|
||||||
|
|
||||||
## [1.2~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/33) - 2021-02-26
|
## [1.2~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/33) - 2021-02-26
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
|
@ -15,7 +15,7 @@ It can also makes backups of specified directories.
|
||||||
Your backups can be send to many other places, local or distant.
|
Your backups can be send to many other places, local or distant.
|
||||||
Archivist is automatically launched periodicaly to update your backups and send the modifications to the other places.
|
Archivist is automatically launched periodicaly to update your backups and send the modifications to the other places.
|
||||||
|
|
||||||
**Shipped version:** 1.2
|
**Shipped version:** 1.3
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ Il peut également faire des sauvegardes de répertoires spécifiques.
|
||||||
Vos sauvegardes peuvent être envoyées à de nombreux autres endroits, locaux ou distants.
|
Vos sauvegardes peuvent être envoyées à de nombreux autres endroits, locaux ou distants.
|
||||||
Archivist est automatiquement lancé périodiquement pour mettre à jour vos sauvegardes et envoyer les modifications aux autres emplacements.
|
Archivist est automatiquement lancé périodiquement pour mettre à jour vos sauvegardes et envoyer les modifications aux autres emplacements.
|
||||||
|
|
||||||
**Version embarquée:** 1.2
|
**Version embarquée:** 1.3
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/v1.2.tar.gz
|
SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/refs/tags/v1.3.tar.gz
|
||||||
SOURCE_SUM=934eaee74a9bdb8c41c4a47baeba4727
|
SOURCE_SUM=de4fac8d41c51cbecf160ebbd42116ce
|
||||||
SOURCE_SUM_PRG=md5sum
|
SOURCE_SUM_PRG=md5sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Automatic backups.",
|
"en": "Automatic backups.",
|
||||||
"fr": "Sauvegardes automatiques."
|
"fr": "Sauvegardes automatiques."
|
||||||
},
|
},
|
||||||
"version": "1.2~ynh1",
|
"version": "1.3~ynh1",
|
||||||
"url": "https://github.com/maniackcrudelis/archivist",
|
"url": "https://github.com/maniackcrudelis/archivist",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue