From c64209e11b2d1fc781c29d14ee6ab2f1b55e7f1e Mon Sep 17 00:00:00 2001 From: Patrick Marie Date: Tue, 8 Oct 2024 19:59:30 +0200 Subject: [PATCH] More docs in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd51a8c..73c445f 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,4 @@ Check `.github/workflows/tests.yaml` for the test workflow. - Keep track of latest commit backuped to allow iterative backups. As for now, the script checks all commits (which is not really efficient); However, if latest commit backup is tracked and this commit to be overwritten by a force push, it will be eventually required to re-do the whole backup. - Keep commit messages, metadata (commiter, date), so it is possible to rebuild the git repository DAG. - +- Move the script/workflow out of the backup repository to allow a re-usable workflow! Also, it is quite boring having the script in the same repository as it will create conflicts during push, as pushing will start backuping and will require pulling again the code.