Browse Source

Merge pull request #224 from nstanke/patch-2

fixes #156
Luke Cyca 10 years ago
parent
commit
9b8e017533
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/tarsnap/files/tarsnap.sh

+ 1
- 1
roles/tarsnap/files/tarsnap.sh View File

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…
Cancel
Save