diff --git a/collection_status.sh b/collection_status.sh
index e94be0ebfc9d4c69a9d9f9b41eeb5bdcdb1a52a8..e75e472d870b6e4de232047235d0324499ebac89 100755
--- a/collection_status.sh
+++ b/collection_status.sh
@@ -6,4 +6,4 @@ if [ ! -z "$1" ]; then
 fi
 source $DIR/inc.sh
 
-collection_state
+collection_state -v 0
diff --git a/inc.sh b/inc.sh
index 9d40257b644ac867adc1f88fb8d3f52066ea4a54..387c824791bc45ebadbcee3766eb81b1f807059e 100755
--- a/inc.sh
+++ b/inc.sh
@@ -79,5 +79,5 @@ delete_old_backups(){
 
 collection_state(){
     echo "Backups state"
-    run_duplicity collection-status
+    run_duplicity collection-status $@
 }