diff options
-rwxr-xr-x | opt/bin/backup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opt/bin/backup.sh b/opt/bin/backup.sh index 35ea471..3815158 100755 --- a/opt/bin/backup.sh +++ b/opt/bin/backup.sh @@ -2,4 +2,5 @@ set -eu borg create -svpC lzma "16686@ch-s010.rsync.net:borg/$(hostname)::{hostname}-{now}-job" \ - /srv/ + /srv/ \ + /etc/letsencrypt/ |