diff --git a/doc/Maintenance.rst b/doc/Maintenance.rst
index fdec93084746ac3c6ef8a7ed6d018fd3ac7714aa..39b2ad35996cd14acad3178f4eada24b1e2c1d21 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