From 349b41c9b2f67e1e8bf03fb5976d4f38b112679b Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 19 Nov 2018 22:35:40 +0100 Subject: [PATCH 1/3] Fix ssh_command in config.yaml template --- templates/config.yaml.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 62dd1f9..5649821 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -57,7 +57,7 @@ storage: # Command to use instead of just "ssh". This can be used to specify ssh options. # ssh_command: ssh -i ~/.ssh/id_ed25519 {% if borg_ssh_command %} - encryption_passcommand: {{ borg_ssh_command }} + ssh_command: {{ borg_ssh_command }} {% endif %} # Umask to be used for borg create. @@ -133,4 +133,3 @@ hooks: # List of one or more shell commands or scripts to execute in case an exception has occurred. on_error: - echo "`date` - Error while creating a backup." - From ae36f200d39dce4586dc64eab2ab091a30753ff5 Mon Sep 17 00:00:00 2001 From: Manuel Riel Date: Sun, 16 Dec 2018 16:57:17 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d359ab9..89a5275 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Role: BorgBackup Client -An Ansible Role that sets up BorgBackup on Debian/Ubuntu. +An Ansible Role that sets up regular backups on the target machine. Uses [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) and [Borgmatic](https://github.com/witten/borgmatic). Currently supports Debian and Ubuntu. ## Role Variables From 880ec5b617d91cca1b05db738988d117bbccda4a Mon Sep 17 00:00:00 2001 From: Manuel Riel Date: Sun, 16 Dec 2018 16:57:43 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a5275..419ef23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Role: BorgBackup Client -An Ansible Role that sets up regular backups on the target machine. Uses [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) and [Borgmatic](https://github.com/witten/borgmatic). Currently supports Debian and Ubuntu. +An Ansible Role that sets up automated remote backups on the target machine. Uses [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) and [Borgmatic](https://github.com/witten/borgmatic). Currently supports Debian and Ubuntu. ## Role Variables