summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2020-03-28 16:08:29 +1100
committerGitHub <noreply@github.com>2020-03-28 16:08:29 +1100
commit8d2bac76f7da285b331867f7d9aa36c6e148f416 (patch)
tree7524eaa01c0a62bf428fab6a9a552f6d05603e63
parentfedc5d679064cf84d272cfdc0dd4f1f3c132eba7 (diff)
Update README.md
Explaing pruner.sh and diff.sh
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index bbdccda..acac79a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
# borgAuto
My customisation and automation of the fantastic Borg backup and deduplication system
+
+## Test Files
+The files
+
+* pruner.sh
+* diff.sh
+
+were created to test and debug the functions. Once they were working I copied them into the main shell script. I could have sourced them I suppose. I've left them as simple ways to test without performing needless backups.