summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfiles/checkbackups.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/checkbackups.pl b/files/checkbackups.pl
index 8cef408..50a985c 100755
--- a/files/checkbackups.pl
+++ b/files/checkbackups.pl
@@ -163,7 +163,7 @@ foreach $host (@hosts) {
my $flag;
if (-d $dir) {
# guess the backup type and find a proper stamp file to compare
- @rdiffs = glob("$dir/*/*/rdiff-backup-data");
+ @rdiffs = glob("$dir/*/rdiff-backup-data");
foreach $dir (@rdiffs) {
$opt_v && print STDERR "inspecting dir $dir\n";
$dir =~ s/rdiff-backup-data$//;