]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/query.sql
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / dird / query.sql
index e763d9d893beb8c8765a82a5e41b0c7ea4d21241..443cf8f8676afc1d39d8e75048ee81ebe5444956 100644 (file)
@@ -6,7 +6,7 @@ SELECT count(*) AS Jobs,sum(JobFiles) AS Files,
 SELECT max(JobId) AS Jobs,sum(JobFiles) AS Files,sum(JobBytes) As Bytes 
  FROM Job;
 # 2 
-:List where a File is saved regardless of the directory:
+:List up to 20 places where a File is saved regardless of the directory:
 *Enter Filename (no path):
 SELECT DISTINCT Job.JobId as JobId, Client.Name as Client,
   Path.Path,Filename.Name,StartTime,Level,JobFiles,JobBytes