From 100ab568e3aeb512e86fd1155a73454d22e24895 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Aug 2020 12:15:49 -0300 Subject: Migration: Remove Ansible and Docker code, move only to NixOS --- scripts/box/create-backup.env.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 scripts/box/create-backup.env.sh (limited to 'scripts/box/create-backup.env.sh') diff --git a/scripts/box/create-backup.env.sh b/scripts/box/create-backup.env.sh deleted file mode 100755 index f5cd3b0..0000000 --- a/scripts/box/create-backup.env.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash -set -Eeuo pipefail - -export BORG_REMOTE_PATH="${BORG_REMOTE_PATH}" -export BORG_PASSPHRASE="${BORG_PASSPHRASE}" -# The configured $BORG_REPO is already the rsync remote. -# No need to send the files after the backup is done. -borg create \ - --verbose \ - --stats \ - --progress \ - --compression lzma,6 \ - "${BORG_REPO}::{hostname}-{now}-${VPS_COMMIT_SHA}" \ - "${VOLUME_HOME}"/* -- cgit v1.2.3