From abcb02c4329433e75a41bd4500eec1e3706170a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Tue, 15 Dec 2020 12:31:49 +0100 Subject: [PATCH] DOC: creating sql dump --- doc/Maintenance.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/Maintenance.rst diff --git a/doc/Maintenance.rst b/doc/Maintenance.rst new file mode 100644 index 0000000..eb92ce4 --- /dev/null +++ b/doc/Maintenance.rst @@ -0,0 +1,15 @@ + +Maintenance +=========== + + +Creating a Backup +----------------- + + +You can use the Python script ``utils/backup.py`` to create a backup (SQL dump) +of the SQL-Backend:: + + utils/backup.py -d folder/where/the/backup/is/created + +You can do this while CaosDB is online. -- GitLab