From e34c1d2d0f536a8c1ccfc1b81ec1844720857ebb Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 6 Apr 2023 11:22:46 +0200 Subject: [PATCH] Improved Plan B scripts. --- Plan Borg/bin/dobackups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan Borg/bin/dobackups b/Plan Borg/bin/dobackups index 986f89d..7b1e267 100755 --- a/Plan Borg/bin/dobackups +++ b/Plan Borg/bin/dobackups @@ -11,7 +11,7 @@ START_TIME=$(date +"%s") START_SIZE=$(du -s /var/backups/borg/ | awk '{ print $1 }') ## Fix owner. -chown -R borg.borg /var/backuprs/borg/ +chown -R borg.borg /var/backups/borg/ ## Local machine. ./dobackup-local