From dd14c5dd79ff94918fe80680a5f42379ed06fe89 Mon Sep 17 00:00:00 2001 From: Thomas Michel <thomas@lydra.fr> Date: Thu, 15 Dec 2022 09:36:51 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- roles/ynh_backup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ynh_backup/README.md b/roles/ynh_backup/README.md index dbd29ce..fe23b49 100644 --- a/roles/ynh_backup/README.md +++ b/roles/ynh_backup/README.md @@ -65,7 +65,7 @@ ynh_ssh_borg_command: "ssh_command: ssh -p 7410 -o StrictHostKey - `ynh_borg_backup_scheduled`: Enable / disable the backup feature with BorgBackup. - `m3nu_ansible_role_borgbackup_version`: Allows you to specify which version of the Borg Backup Ansible role you want to use. The default version of the role is v0.9.3 but you can check the releases of the role [here](https://github.com/borgbase/ansible-role-borgbackup). -- `borgmatic_version`: Allows you to specify which version of Borgmatic you want to use. The default version is 1.6.5 because the latest release of the role is not compatible with more recent updates of Borgmatic (at the moment). +- `borgmatic_version`: Allows you to specify which version of Borgmatic you want to use. The default version is 1.6.5 because previous release of the role are not compatible with more recent updates of Borgmatic (at the moment). - `ynh_borg_backup_remote_repo`: Enable / disable the backup functionality on a BorgBackup remote repository (tasks related to SSH keys setup). If you enable this feature, then you will need to use `borg_ssh_keys_src` and `borg_ssh_keys_dest` variables. - `borg_source_directories`: List of source folders to back up. By default, this is the folder in which YunoHost local backups are located. - `borg_repository`: Full path to the Borg repository. Possibility to give a list of repositories to save data in several places. -- GitLab