home · contact · privacy
Add borgbackup to each server.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 12 Jan 2020 05:23:59 +0000 (06:23 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 12 Jan 2020 05:23:59 +0000 (06:23 +0100)
buster/setup_scripts/setup_server.sh

index a9debdb06e24d0e5764abaa62176db3ebe361b7e..4eeaec495f8b9776fdb912fc76f5a971e2180446 100755 (executable)
@@ -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