From 5bf9572734025ddbe680c0c4978f72df5718ae4b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 7 Mar 2022 19:12:06 -0300 Subject: Delete all old code and configuration to start from scratch with Guix only Delete files related to: - Terraform - opt/* - scripts/deploy - secrets/* - git-crypt - Nix --- opt/bin/backup.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 opt/bin/backup.sh (limited to 'opt/bin/backup.sh') 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/ -- cgit v1.2.3