From 9616c2ebe566399eaf83bc35f0ca8b7c36413688 Mon Sep 17 00:00:00 2001 From: "rob.mcewan" Date: Sat, 26 Oct 2024 02:22:32 +0000 Subject: [PATCH] Update docker2-backup.sh --- docker2-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker2-backup.sh b/docker2-backup.sh index 1942b8e..44c2ceb 100644 --- a/docker2-backup.sh +++ b/docker2-backup.sh @@ -27,7 +27,7 @@ echo "" echo "Backup copy is running..." # use secure copy to copy the tar archive to your final backup location (in my case a mounted NFS share) -rclone copy $backupDate-backup-docker2.tar.gz b2:server-backup-rgm --progress +rclone copy $backupDate-backup-docker2.tar.gz b2:rgm-docker2 --progress # remove the tar file from the main home folder after it's copied rm -rf $backupDate-backup-docker2.tar.gz