From e63c41b866f4ffbfd7c129d7a16949f4ab248438 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sun, 19 Mar 2023 02:10:43 +0100 Subject: [PATCH] Improved Plan B scripts. --- Plan Borg/bin/doinit-rsync | 1 + 1 file changed, 1 insertion(+) diff --git a/Plan Borg/bin/doinit-rsync b/Plan Borg/bin/doinit-rsync index a0adeee..e2eee5a 100755 --- a/Plan Borg/bin/doinit-rsync +++ b/Plan Borg/bin/doinit-rsync @@ -25,6 +25,7 @@ else echo "== Create the mirroring directories." mkdir -p /var/backups/borg/mirrors/${COMPUTER}/{mirror,cache} + chown borg.borg /var/backups/borg/mirrors/ chown -R borg.borg /var/backups/borg/mirrors/${COMPUTER} echo "== Create the borgmatic configuration file."