From 6c7f5d3b9d5af81a8987d954587b7802cd0edcf3 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 20 Oct 2021 23:55:02 -0400 Subject: [PATCH] Update readme --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5d770fa..23dcdc6 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,10 @@ Takes in exactly one arg, consisting of the path to either a file or directory t Various scripts related to backing up + maintenance of databases or files. #### Backup Mysql -Backups up provided database to a file, with a consistent naming scheme. +Backs up provided database to a file, with a consistent naming scheme. + +#### Backup GitLab +Backs up local GitLab server instance to tar file, with a consistent naming scheme. #### Clear Backups Clears out any files in directory that match backup naming scheme. -- GitLab