diff --git a/backup-status.sh b/backup-status.sh
index 644ef80534f07ac2a81c97b354769048f704890c..1f636b90a46113d554488813b00b7cd3a4aac30a 100755
--- a/backup-status.sh
+++ b/backup-status.sh
@@ -61,7 +61,7 @@ function _getFileAge(){
 
 function getServers(){
         # ls -1 | fgrep "iml.unibe.ch"
-        ls -1d */* | grep -Ev "/(_active|#recycle|SOMETHINGELSE)"
+        ls -1d */* | grep -Ev "/(_active|#recycle|@eaDir|SOMETHINGELSE)"
 }