From 864bf1de99fa1238119ebfc20bceebca7dbc2a48 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 14 Jan 2021 05:10:13 +0100 Subject: [PATCH] buche added to sync example --- example/sync_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/sync_config.py b/example/sync_config.py index 2e83f10..64e1b15 100644 --- a/example/sync_config.py +++ b/example/sync_config.py @@ -3,7 +3,7 @@ import sys backup = False -hosts = ['ahorn', 'erle', 'linde'] +hosts = ['ahorn', 'buche', 'erle', 'linde'] __basepath__ = '/usr/data' entries = ( ('dirk@%s:/usr/data', __basepath__, None),