diff --git a/Google-Summer-of-Code-2023-Ideas.md b/Google-Summer-of-Code-2023-Ideas.md
index 75647a5..ce63ab7 100644
--- a/Google-Summer-of-Code-2023-Ideas.md
+++ b/Google-Summer-of-Code-2023-Ideas.md
@@ -113,8 +113,19 @@ Build a testing utility that can run the existing Vorta tests on multiple versio
**Additional details**: TODO
**Possible mentors**: [@real-yfprojects][real-yfprojects], [@m3nu][m3nu], [@Hofer-Julian][Hofer-Julian]
+### Run backups as root
+**Difficulty**: Medium
+**Length**: 90 hours
+**Skills required**: Python, Unix
+**Description**: Vorta was first built for user backups. Some users also want to run it as root and backup the whole system. There are minor blocking issues to achieve this. (TODO what issues?) This task would resolve those and write documentation for it. This is a large task that needs additional Linux knowledge.
+**Task outline**:
+Research ways of running vorta as root on Linux and MacOS as well as possible ways to only run borg subcommands as root (polkit, sudo, root install, ...).
+Weigh up the advantages and disadvantages of the options and decide on a way to implement.
+Implement support for root backups.
+**Additional details**: See issues [#801](https://github.com/borgbase/vorta/discussions/801) and [#1482](https://github.com/borgbase/vorta/issues/1482)
+**Possible mentors**: [@real-yfprojects][real-yfprojects], [@m3nu][m3nu], [@Hofer-Julian][Hofer-Julian]
+
### Other tasks (to expand)
-- Run backups as root: Vorta was first built for user backups. Some users also want to run it as root and backup the whole system. There are minor blocking issues to achieve this. This task would resolve those and write documentation for it. This is a large task that needs additional Linux knowledge.
- TBC: Improve modularization
- TBC: Improve GUI (profile sidebar, file search in diff view, summary footer in source view, ... i have an extended list on my machine)