From 5f27fa18cf9f437b7419005228acaaef4be86271 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 21 Jan 2020 07:04:42 +0100 Subject: [PATCH] Move borgbackup install request to apt-mark script. --- buster/apt-mark/server | 2 ++ buster/setup_scripts/setup_server.sh | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/buster/apt-mark/server b/buster/apt-mark/server index 8183c9c..2ab22d2 100644 --- a/buster/apt-mark/server +++ b/buster/apt-mark/server @@ -2,3 +2,5 @@ openssh-server # firewalling nftables +# We want to be able to use ALL our servers as borg backup destinations. +borgbackup diff --git a/buster/setup_scripts/setup_server.sh b/buster/setup_scripts/setup_server.sh index 5f05ce9..eefc350 100755 --- a/buster/setup_scripts/setup_server.sh +++ b/buster/setup_scripts/setup_server.sh @@ -21,8 +21,5 @@ cd "${setup_scripts_dir}" # is mostly for convenience. usermod -s /bin/bash plom -# We want to be able to use ALL our servers as borg backup destinations. -apt -y install borgbackup - # Enable firewall. systemctl enable nftables.service -- 2.30.2