From 7223c715212aebd994c8590c41a908b406596285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 27 Oct 2021 17:53:24 +0200 Subject: [PATCH] DOC: fix the way utils are called --- doc/Maintenance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Maintenance.rst b/doc/Maintenance.rst index fdec930..39b2ad3 100644 --- a/doc/Maintenance.rst +++ b/doc/Maintenance.rst @@ -10,7 +10,7 @@ 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 + ./utils/backup.py -d folder/where/the/backup/is/created You can do this while CaosDB is online. @@ -21,4 +21,4 @@ CaosDB should be offline for restoring. You can use the Bash script ``utils/make_db`` to restore a backup (SQL dump) of the SQL-Backend:: - make_db restore_db path/to/sql.dump + ./make_db restore_db path/to/sql.dump -- GitLab