1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

AppData Directory

Mark McDowall 2016-08-23 15:54:17 -07:00
parent e0c3c99700
commit 0846a67ed5

16
AppData-Directory.md Normal file

@ -0,0 +1,16 @@
Sonarr's AppData folder contains the the databases for logs and general app information (series, episodes, history, most settings), log files and the config file that contains settings required to start the web server. This path is listed on the System Status page in Sonarr, but if you are unable to access it, here are some common locations for it:
##### Windows #####
`C:\ProgramData\NzbDrone\logs`
##### Ubuntu #####
`/home/<user>/.config/NzbDrone/logs` (`~/.config/NzbDrone/logs`)
##### OS X #####
`/Users/<user>/.config/NzbDrone/logs` (`~/.config/NzbDrone/logs`)
##### Synology #####
`/usr/local/nzbdrone/var/.config/NzbDrone`
##### QNAP #####
`/share/MD0_DATA/homes/admin/.config/NzbDrone/logs`