LIST BACKUPS

Syntax

LIST BACKUPS

Privileges

BACKUP

Description

The LIST BACKUPS command returns a rowset containing information about which databases have enabled backup.

Return

A Rowset with a single name column that returns all the databases with backup enabled.

Example

> LIST BACKUPS
--------------------|
 name               |
--------------------|
 chinook-enc.sqlite |
 chinook.sqlite     |
 db1.sqlite         |
 dbempty.sqlite     |
 encdb.sqlite       |
 encdb2.sqlite      |
--------------------|