summaryrefslogtreecommitdiff
path: root/files/checkbackups.pl
diff options
context:
space:
mode:
Diffstat (limited to 'files/checkbackups.pl')
-rwxr-xr-xfiles/checkbackups.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/checkbackups.pl b/files/checkbackups.pl
index 80fc07f..dba2b4a 100755
--- a/files/checkbackups.pl
+++ b/files/checkbackups.pl
@@ -61,7 +61,7 @@ if (defined($opt_o)) {
@hosts=qx{hostname -f};
} else {
# XXX: this should be a complete backup registry instead
- @hosts=qx{ls $backupdir};
+ @hosts=qx{ls $backupdir | grep -v lost+found};
}
chdir($backupdir);