diff --git a/README.md b/README.md
index 0e7c6c5abf993a400e8490ed9ad40037f6ed6faf..e2cdd2894713fe643595b23f181e78943e255e08 100644
--- a/README.md
+++ b/README.md
@@ -1,38 +1,3 @@
-# Documentation
+# Borg Backup
 
-## Borg Backup
-
-- [Home](https://www.borgbackup.org)
-- [Documentation](https://borgbackup.readthedocs.io/en/stable/index.html)
-- [Issue Queue](https://github.com/borgbackup/borg/issues)
-- [Hosted Backups](https://www.borgbase.com)
-- [Hosted Backup Docs](https://docs.borgbase.com)
-
-## Borgmatic
-
-- [Documentation](https://torsion.org/borgmatic/)
-- [Config Reference](https://torsion.org/borgmatic/docs/reference/configuration/)
-- [CLI Reference](https://torsion.org/borgmatic/docs/reference/command-line/)
-- [Issue Queue](https://projects.torsion.org/witten/borgmatic/issues/)
-
-# Best practive
-
-- Check repositories daily
-- Check archives and/or data rarely, e.g. monthly
-
-# Usage
-
-When looking for backup lists, call
-
-```
-borgmatic -c /etc/borgmatic/config.yaml list
-```
-
-To restore file from backups, call
-
-```
-mkdir /tmp/borg-default
-borgmatic -c /etc/borgmatic/config.yaml mount --mount-point /tmp/borg-default
-
-borgmatic umount --mount-point /tmp/borg-default
-```
+You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/borgbackup/).