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),