From 0ae376d202afccb9821c88447163b60686cda219 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 4 May 2009 09:35:53 +0000 Subject: [PATCH] ebl don't display copies like in bconsole git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8791 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/brestore.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 5cefc7b839..5467c5c5a0 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -2739,6 +2739,7 @@ sub get_all_file_versions AND File.FileIndex >= JobMedia.FirstIndex AND File.FileIndex <= JobMedia.LastIndex AND JobMedia.MediaId = Media.MediaId + AND Job.Type = 'B' AND Client.Name = '$client'"; $self->debug($query); -- 2.39.5