As an alternative to having us push your backups to FTP/SFTP you can query for a list of your completed backups. You can use this in conjunction with our APIs for initiating backups.

The URL for the API calls is:

https://secure.devzing.com/api/v1/backups?apikey={key}

You can find your key in Settings -> Account info.

You will receive a JSON array like the following:

[
{
"file": "accountname_bugzilla_67151d4e7eb24.zip",
"url": "https://us-backup3.devzing.com/accountname_bugzilla_67151d4e7eb24.zip",
"date": "2024-10-20T08:10:08",
"size": 13842207
},
{
"file": "accountname_mantisbt_67161a91ca18a.zip",
"url": "https://us-backup3.devzing.com/accountname_mantisbt_67161a91ca18a.zip",
"date": "2024-10-21T02:10:41",
"size": 23831
}
]

Once you request a backup via API it can take a couple hours before the backup is ready depending on system load and backup size, so there is no point of hitting this URL more than a couple times per hour.