From de3dd13c37b8430ac72926c217ca05f638bf1d8b Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 14 Jul 2020 16:36:42 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..462aa04 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# bookstack-backup +Python Script for making HTML backups of all books in a Bookstack (https://www.bookstackapp.com) installation. Bookstack is an amazing wiki software, I am NOT the creator, just a user enjoying using it. +I use this script for making a backup every day from all my bookstack books, just for having a offline backup in case the instance is not available. + +The script uses the Bookstack REST API and creates a folder for every day, if the folder already exists the script quits.