Browse Source

Update tarsnap role to include LE files

Mike Ashley 9 years ago
parent
commit
8ff2181585
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

4
 # Written by Tim Bishop, 2009.
4
 # Written by Tim Bishop, 2009.
5
 
5
 
6
 # Directories to backup (relative to /)
6
 # Directories to backup (relative to /)
7
-DIRS="home root decrypted var/www"
7
+DIRS="home root decrypted var/www etc/letsencrypt"
8
 
8
 
9
 # Number of daily backups to keep
9
 # Number of daily backups to keep
10
 DAILY=7
10
 DAILY=7

Loading…
Cancel
Save