From 9bbc02e8ed34cfbe0ad112b526bc2642db4a66a7 Mon Sep 17 00:00:00 2001 From: Jens True Date: Tue, 13 Jun 2023 10:03:57 +0000 Subject: [PATCH] Backup script description --- content/project/backupscript/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/project/backupscript/index.md diff --git a/content/project/backupscript/index.md b/content/project/backupscript/index.md new file mode 100644 index 0000000..df08fe3 --- /dev/null +++ b/content/project/backupscript/index.md @@ -0,0 +1,18 @@ +--- +title: "Backupscript" +summary: "Custom backup solution using Rclone and Ntfy.sh" +authors: [] +tags: [] +categories: [] +date: 2023-06-13T09:56:42Z + + + +url_code: "https://code.jcktrue.dk/jct/backupscript" + +--- +Custom backup solution using Rclone and Ntfy.sh. + +Written in PHP with the purpose of sending short Push notifications on the status of the each weekly backup job. + +Built as an exercise in PHP best practices. \ No newline at end of file