Sfoglia il codice sorgente

Update tarsnap role to include LE files

Mike Ashley 8 anni fa
parent
commit
8ff2181585
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      roles/tarsnap/files/tarsnap.sh

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

@@ -4,7 +4,7 @@
4 4
 # Written by Tim Bishop, 2009.
5 5
 
6 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 9
 # Number of daily backups to keep
10 10
 DAILY=7

Loading…
Annulla
Salva