Browse Source

buche added to sync example

master
Dirk Alders 3 years ago
parent
commit
864bf1de99
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/sync_config.py

+ 1
- 1
example/sync_config.py View File

3
 
3
 
4
 backup = False
4
 backup = False
5
 
5
 
6
-hosts = ['ahorn', 'erle', 'linde']
6
+hosts = ['ahorn', 'buche', 'erle', 'linde']
7
 __basepath__ = '/usr/data'
7
 __basepath__ = '/usr/data'
8
 entries = (
8
 entries = (
9
     ('dirk@%s:/usr/data', __basepath__, None),
9
     ('dirk@%s:/usr/data', __basepath__, None),

Loading…
Cancel
Save