From c9a3537b33acf436c0b0e1ff5f7162d75edbc329 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 4 Dec 2024 18:44:15 +0000 Subject: [PATCH] chore: add data backup instruction --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 59f3443..aa79126 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ i am open to feature requests. however, limited time/effort will be spent on thi - [Features](#features) - [Installation](#installation) +- [Running tesseract](#running-tesseract) - [Configuration](#configuration) - [User guide](#user-guide) - [Creating a template](#creating-a-template) @@ -30,6 +31,7 @@ i am open to feature requests. however, limited time/effort will be spent on thi - [Port forwarding](#port-forwarding) - [SSH access](#ssh-access) - [Docker runtime](#docker-runtime) + - [Data backup](#data-backup) ## Features @@ -181,3 +183,11 @@ your host machine. Below is a table that lists some Docker runtimes and what fea > [!WARNING] > I don't have access to an nvidia machine to verify whether nvidia-container-toolkit works well with tesseract, but it should work on paper. Please donate to my kofi or GitHub sponsor if you want me to test it out. + +### Data backup + +To back up tesseract's data, back up `data.sqlite`. By default it sits next to the `tesseract` binary, +but if you specified a different path in `config.json`, follow the path and back up `data.sqlite`. + +> [!IMPORTANT] +> This does NOT backup workspace data!