Sfoglia il codice sorgente

buche added to sync example

master
Dirk Alders 3 anni fa
parent
commit
864bf1de99
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      example/sync_config.py

+ 1
- 1
example/sync_config.py Vedi File

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

Loading…
Annulla
Salva