Site Backups

Backups

Using these APIs you're able to generate text backups of your database in .csv format. These backups cannot be used to restore your database but can be used to import into other databases, for large data processing, or for archiving. The backups are generated in the background and can be downloaded once they're ready. The backups contains only text data, no images or other binary data.

Backups

Request Backup

These endpoints are used to request a backup of your database.

List Available Backups

These endpoints are used to list the available backups for your database. Only a limited number of backups are kept, so you should download them as soon as possible.

Download Backup

These endpoints are used to download a backup of your database. Only a limited number of backups are kept, so you should download them as soon as possible.

Delete Backup

These endpoints are used to delete a backup of your database.

Downloading Binary Data

While the backups do not contain binary data, they do contain the full lists of documents and attachments in your database. You can use this information to download the binary data from your database, using the files endpoints.