From a19f54552be6468fb429a6974dd7af5f2b05d958 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 16 Oct 2024 20:51:57 +0200 Subject: [PATCH] update borg sync source dir --- playbooks/apps/files/bin/borg-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/apps/files/bin/borg-sync b/playbooks/apps/files/bin/borg-sync index c4927e4..be7d6f4 100755 --- a/playbooks/apps/files/bin/borg-sync +++ b/playbooks/apps/files/bin/borg-sync @@ -1,7 +1,7 @@ #!/bin/bash # Change all the variables below to suit your needs: -SOURCE_DIRECTORY="/mnt/data/nextcloud-aio/backups/borg" +SOURCE_DIRECTORY="/mnt/backup/nextcloud/borg" RCLONE_CONFIG="borgbase-nextcloud-aio" TARGET_DIRECTORY="repo"