Blame | Last modification | View Log | Download | RSS feed
select
device.name,
backups.*
from
backups join device using (device_id)
where
backups.removed_date is null