View an backup's meta data.
curl -X POST https://{SERVER_IP}/backups/1234567890abcdefghij12345 \
-H 'X-API-KEY: {the key= or key2= value from /usr/local/installatron/etc/settings.ini}' \
-H 'X-HTTP-Method-Override: GET' \
-H 'Accept: application/json'
{
"result": true,
"status": 200,
"errcode": null,
"errfield": null,
"message": "The task is complete.\n"
"data": {
"backup_filename": "app__My-blog_2020-12-31_23-59-59.tar.gz",
"backup_install": "1234567890abcdefghij12345",
"backup_location": "local",
"backup_note": "This is my safest backup",
"backup_time": "1234567890",
"id": "1234567890abcdefghij12345",
"application": "wordpress",
"agent": "5.0.0",
"autobk": "schedule",
"autobk_schedule": "1234567890abcdefghij1234567890ab",
"autoup": "minor",
"autoup_backup": "all",
"autoup_plugins": "none",
"autoup_themes": "none",
"bkloc": "local",
"cache_numerrors": 1,
"cache_numwarnings": 0,
"cache_files": 12345678,
"cache_numbackups": 0,
"cache_preview": 12345,
"cache_tables": 123456,
"cache_time": 1234567890,
"db_host": "localhost",
"db_type": "mysql",
"db_name": "databasename",
"db_user": "databaseusername",
"db_pass": "dAtAbAsEpAs5//0rD",
"db_prefix": "wp_",
"login": "admin123",
"email": "admin@website.com",
"language": "en",
"sitetitle": "My blog",
"sitetagline": "Just another WordPress site",
"limitloginattempts": "yes",
"twofactor": "no",
"failures": [],
"file": "/home/useraccountname/.appdata/current/1234567890abcdefghij12345",
"files": [
"index.php",
"license.txt",
".htaccess",
".maintenance",
"readme.html",
"wp-activate.php",
"wp-admin",
"wp-app.php",
"wp-blog-header.php",
"wp-comments-post.php",
"wp-config.php",
"wp-config-local.php",
"wp-config-sample.php",
"wp-content",
"wp-cron.php",
"wp-includes",
"wp-links-opml.php",
"wp-load.php",
"wp-login.php",
"wp-mail.php",
"wp-settings.php",
"wp-signup.php",
"wp-trackback.php",
"xmlrpc.php"
],
"incomplete": true,
"link_admin": "wp-admin",
"notification": [],
"parent": "1234567890abcdefghiparent",
"path": "/home/useraccountname/public_html/staging",
"plugins": [
{
"id": "akismet",
"version": "5.3.6",
"activated": false,
"autoup": "all"
},
{
"id": "limit-login-attempts-reloaded",
"version": "2.26.18",
"activated": true,
"autoup": "all"
}
],
"stage": "1234567890abcdefghijstage",
"tables": [
"wp_commentmeta",
"wp_comments",
"wp_links",
"wp_options",
"wp_postmeta",
"wp_posts",
"wp_term_relationships",
"wp_term_taxonomy",
"wp_termmeta",
"wp_terms",
"wp_usermeta",
"wp_users"
],
"themes": [
{
"id": "twentytwentythree",
"version": "1.6",
"active": false,
"autoup": "all"
},
{
"id": "twentytwentyfive",
"version": "1.1",
"active": false,
"autoup": "all"
}
],
"time_created": 1611356510,
"time_updated": 1647057773,
"title": "My blog stage",
"url": "http://website.com/staging",
"url_domain": "website.com",
"user": "useraccountname",
"version": "6.7.2",
"version_autouped": "6.7.2",
"version_autouped_attempts": 1,
"version_available": "6.7.3",
"version_updates_available": 3
}
}