mirror of
https://github.com/Lidarr/Lidarr.git
synced 2024-11-12 08:30:33 -08:00
Page:
System Backup
Pages
API
Album Lookup
Album
AppData Directory
Artist Lookup
Artist
Autostart on Linux
Calendar
Command
Connections
Custom Post Processing Scripts
Disable Authentication
Diskspace
Docker
FAQ
Forgot my Password
Health Checks
History
Home
Images
Indexer Seed Ratio
Installation (FreeBSD FreeNAS)
Installation
Issue Labeling Scheme
Log Files
Metadata Source
Naming
Parse
Profile
Profiles
Queue
Release Branches
Release Push
Release
Rootfolder
Setup Development Environment
Supported DownloadClients
Supported ImportLists
Supported Indexers
Supported Notifications
System Backup
System Status
Tags
Track
TrackFile
Wanted Cutoff
Wanted Missing
Write Tags
2
System Backup
Qstick edited this page 2018-04-15 00:46:45 -04:00
Table of Contents
Endpoint: "/system/backup"
GET
Summary
Returns the list of available backups
Parameters
None
Response (JSON Array)
[
{
"name": "lidarr_backup_2017.08.17_22.00.00.zip",
"path": "/backup/update/lidarr_backup_2017.08.17_22.00.00.zip",
"type": "update",
"time": "2017-08-18T05:00:37Z",
"id": 1207435784
}
]
type
is one of:
scheduled
manual
update
Backups can be downloaded by using the host URL + URL Base (if configured) + the path returned (ie: http://localhost:8686/urlbase/backup/update/lidarr_backup_2017.08.17_22.00.00.zip
)
A new backup can be taken using the backup command
POST
Summary
Restores a given backup
Parameters
Required:
id (int)
Response (JSON Array)
{
"restartRequired": "true"
}