diff --git a/comp-backup.sh b/comp-backup.sh
index b243396d1cdf80fb32938f1e3054c20bf3807ab4..b90871e2a028ab7526d106fe18374bd0f857fb90 100755
--- a/comp-backup.sh
+++ b/comp-backup.sh
@@ -77,7 +77,8 @@ elif [ $HOST_OS = 'Linux' ]; then
         NOTIFY0='notify-send "Backup done"'
         NOTIFY1='notify-send "Backup did not complete"'
     fi
-    pexcl=($H/Videos)
+    pexcl=($H/Videos
+    	   $H/.dbus)
     # SYSTEMD
     $(which systemctl &>/dev/null)
     if [ $? -ne 0 ]; then