From a993e01131dcc84616f8352b2b2687f582a389cd Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 12 Jan 2020 06:23:59 +0100 Subject: [PATCH] Add borgbackup to each server. --- buster/setup_scripts/setup_server.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buster/setup_scripts/setup_server.sh b/buster/setup_scripts/setup_server.sh index a9debdb..4eeaec4 100755 --- a/buster/setup_scripts/setup_server.sh +++ b/buster/setup_scripts/setup_server.sh @@ -20,3 +20,6 @@ cd "${setup_scripts_dir}" # If we have not yet set the shell for user plom, ensure it here. This # 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 -- 2.30.2