diff --git a/stream8_backups/backup.sh b/stream8_backups/backup.sh
index abda4b772906b387a29596d8312320476827e72b..b225b716332c2693267370f9ef34f47f57edbceb 100755
--- a/stream8_backups/backup.sh
+++ b/stream8_backups/backup.sh
@@ -8,7 +8,7 @@ source common.sh
 EXCLUDE_LIST=`mktemp`
 RESTIC_LOGFILE=`mktemp`
 
-$RESTIC snapshots
+$RESTIC snapshots > /dev/null
 if [[ $? -ne 0 ]]; then
   echo "Lock detected, attempting to unlock" | tee -a $RESTIC_LOGFILE
   $RESTIC unlock 2>&1 | tee -a $RESTIC_LOGFILE