1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00
Commit graph

24 commits

Author SHA1 Message Date
Lionel Coupouchetty-Ramouchetty
634510449d refactor: move check log generation to a dedicated script 2021-03-21 18:11:51 +01:00
Lionel Coupouchetty-Ramouchetty
060af8b71a fix: do not display sudo debug messages in check logs 2021-03-21 12:04:09 +01:00
Lionel Coupouchetty-Ramouchetty
b089ebce54 fix: display app name in check log with iso datetime 2021-03-21 11:54:10 +01:00
Lionel Coupouchetty-Ramouchetty
0f1850ea49 fix: check services not running properly 2021-03-21 11:14:20 +01:00
Lionel Coupouchetty-Ramouchetty
023cf09ced fix: apps backup
sudo command did not list apps with a backup script, replaced ls
wildcard with find command
2021-03-16 17:37:51 +01:00
Lionel Coupouchetty-Ramouchetty
13e062f06c feat: use a dedicated user to run backup services 2021-03-07 19:29:16 +01:00
Lionel Coupouchetty-Ramouchetty
4e43fe1035 fix: multi-instance 2021-02-28 18:38:21 +01:00
Lionel Coupouchetty-Ramouchetty
7d6135a945 feat: use correct ssh user in check method script
Not required since the user name should be set in the ssh alias but we
want to be consistent
2021-02-18 17:01:57 +01:00
Lionel Coupouchetty-Ramouchetty
4a7c185976 fix: use existing settings when upgrading 2020-11-15 11:32:24 +01:00
Lionel Coupouchetty-Ramouchetty
a76bd63d89 feat: summarize backup log 2020-11-14 18:07:10 +01:00
Lionel Coupouchetty-Ramouchetty
ff7d09898e fix: use defined user for sftp transfer 2020-11-14 18:04:17 +01:00
Moutonjr
3fa8df45d6 Fixing hardcoded values, replacing by YNH calls
Hard-tested in production, please review with fresh install.
Debian buster with latest YNH stable.
2020-11-08 22:18:59 +01:00
Lionel Coupouchetty-Ramouchetty
34b3b706b4 fix: removed -b option for listing apps in check-restic 2020-09-26 13:46:16 +02:00
Lionel Coupouchetty-Ramouchetty
46c547c4fb fix: removed -b option in yunohost app list command 2020-06-19 14:36:25 +02:00
Lionel Coupouchetty-Ramouchetty
25e47e2cac Do not use expect anymore 2020-04-12 17:13:11 +02:00
Lionel Coupouchetty-Ramouchetty
8f93d1b24f fix: logs 2020-03-03 19:24:13 +01:00
Lionel Coupouchetty-Ramouchetty
255867fb81 feat: check backups on separate schedule 2020-03-02 22:11:41 +01:00
Lionel Coupouchetty-Ramouchetty
a9dd6818a5 feat: rename log files for better sorting 2020-03-02 22:09:36 +01:00
Lionel Coupouchetty-Ramouchetty
bb1a306f91 feat: display hostname in email subject 2020-02-27 19:48:15 +01:00
Lionel Coupouchetty-Ramouchetty
210a6df836 feat: fail backup if check is not okay 2020-02-27 19:48:15 +01:00
Lionel Coupouchetty-Ramouchetty
11104e1af9 feat: check repository after backup 2020-02-27 19:48:15 +01:00
Lionel Coupouchetty-Ramouchetty
df73c9177a feat: Email log after service execution 2020-02-25 17:56:27 +01:00
Lionel Coupouchetty-Ramouchetty
42c5eeb9a7 feat: Remove backup lock file on interruption 2020-02-23 19:20:42 +01:00
Lionel Coupouchetty-Ramouchetty
8d57e11cd1 Initial commit
This is an adaptation of
https://github.com/YunoHost-Apps/borg_ynh/blob/master/conf/backup-with-borg.j2
2020-02-23 12:02:10 +01:00