diff options
Diffstat (limited to 'opt/bin/backup.sh')
-rwxr-xr-x | opt/bin/backup.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/opt/bin/backup.sh b/opt/bin/backup.sh deleted file mode 100755 index 3815158..0000000 --- a/opt/bin/backup.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -eu - -borg create -svpC lzma "16686@ch-s010.rsync.net:borg/$(hostname)::{hostname}-{now}-job" \ - /srv/ \ - /etc/letsencrypt/ |