From 8a8112a9a6777f2f03b8ce1d48b05e0fa5049e08 Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:09:42 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39f074b..65a7aa0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This Ruby program is designed to perform regular backups of a MySQL database to a local directory, and optionally to a Backblaze B2 cloud storage bucket. +## Known Issue + +Currently the program is not uploading to B2, I'm trying to figure out why, but it's not presenting an error, even with debug code. Please bare with me. + ## Installation