Explorar el Código

buche added to sync example

master
Dirk Alders hace 3 años
padre
commit
864bf1de99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      example/sync_config.py

+ 1
- 1
example/sync_config.py Ver fichero

@@ -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…
Cancelar
Guardar