Browse Source

fixes #156

fixes #156 by adding the -L flag, as suggested by @ventolin
Norman S. 10 years ago
parent
commit
53010bed89
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,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…
Cancel
Save