소스 검색

fixes #156

fixes #156 by adding the -L flag, as suggested by @ventolin
Norman S. 10 년 전
부모
커밋
53010bed89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      roles/tarsnap/files/tarsnap.sh

+ 1
- 1
roles/tarsnap/files/tarsnap.sh 파일 보기

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

Loading…
취소
저장