diff --git a/interface/web/sites/backup_stats.php b/interface/web/sites/backup_stats.php
index 1d10ee125aef3bd519e205e0d1f51abe04d4efbb..640b0c17bb925fd5c47c35499739582615826ff6 100644
--- a/interface/web/sites/backup_stats.php
+++ b/interface/web/sites/backup_stats.php
@@ -39,5 +39,5 @@ class list_action extends listform_actions {
 }
 
 $list = new list_action;
-$list->SQLExtWhere = "";
+$list->SQLExtWhere = "web_domain.type = 'vhost'";
 $list->onLoad();