Skip to content
Snippets Groups Projects
Commit 7223c715 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: fix the way utils are called

parent 95ef0f2b
No related branches found
No related tags found
1 merge request!7Release v5.0.0
Pipeline #15362 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment