瀏覽代碼

buche added to sync example

master
Dirk Alders 3 年之前
父節點
當前提交
864bf1de99
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      example/sync_config.py

+ 1
- 1
example/sync_config.py 查看文件

@@ -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…
取消
儲存