diff --git a/AppData-Directory.md b/AppData-Directory.md index 20d7bb3..5e93d26 100644 --- a/AppData-Directory.md +++ b/AppData-Directory.md @@ -1,16 +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` +`C:\ProgramData\NzbDrone` ##### Ubuntu ##### -`/home//.config/NzbDrone/logs` (`~/.config/NzbDrone/logs`) +`/home//.config/NzbDrone` (`~/.config/NzbDrone`) ##### OS X ##### -`/Users//.config/NzbDrone/logs` (`~/.config/NzbDrone/logs`) +`/Users//.config/NzbDrone` (`~/.config/NzbDrone`) ##### Synology ##### `/usr/local/nzbdrone/var/.config/NzbDrone` ##### QNAP ##### -`/share/MD0_DATA/homes/admin/.config/NzbDrone/logs` \ No newline at end of file +`/share/MD0_DATA/homes/admin/.config/NzbDrone` \ No newline at end of file