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