瀏覽代碼

fixes #156

fixes #156 by adding the -L flag, as suggested by @ventolin
Norman S. 11 年之前
父節點
當前提交
53010bed89
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      roles/tarsnap/files/tarsnap.sh

+ 1
- 1
roles/tarsnap/files/tarsnap.sh 查看文件

25
 TARSNAP="/usr/local/bin/tarsnap"
25
 TARSNAP="/usr/local/bin/tarsnap"
26
 
26
 
27
 # Extra flags to pass to tarsnap
27
 # Extra flags to pass to tarsnap
28
-EXTRA_FLAGS="-C /"
28
+EXTRA_FLAGS="-L -C /"
29
 
29
 
30
 # end of config
30
 # end of config
31
 
31
 

Loading…
取消
儲存