/[BackupPC]/trunk/sql/all_increments_on_dvd.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/sql/all_increments_on_dvd.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 299 - (show annotations)
Thu Jan 26 17:31:29 2006 UTC (18 years, 3 months ago) by dpavlin
File size: 397 byte(s)
returns all increments which are stored on single DVD
1 -- display all files (increments) on one DVD
2 select
3 hosts.name,
4 shares.name,
5 backups.num,
6 backups.date::abstime,
7 backups.type,
8 backups.size,
9 backups.parts,
10 backups.inc_size,
11 backups.inc_deleted
12 from archive_backup
13 join archive on archive_id = archive.id
14 join backups on backup_id = backups.id
15 join shares on shareid = shares.id
16 join hosts on backups.hostid = hosts.id
17 where dvd_nr = 14 ;

  ViewVC Help
Powered by ViewVC 1.1.26