From 0846a67ed5228a7ee965307f8c506a7637ade1a5 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 23 Aug 2016 15:54:17 -0700 Subject: [PATCH] AppData Directory --- AppData-Directory.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 AppData-Directory.md diff --git a/AppData-Directory.md b/AppData-Directory.md new file mode 100644 index 0000000..20d7bb3 --- /dev/null +++ b/AppData-Directory.md @@ -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//.config/NzbDrone/logs` (`~/.config/NzbDrone/logs`) + +##### OS X ##### +`/Users//.config/NzbDrone/logs` (`~/.config/NzbDrone/logs`) + +##### Synology ##### +`/usr/local/nzbdrone/var/.config/NzbDrone` + +##### QNAP ##### +`/share/MD0_DATA/homes/admin/.config/NzbDrone/logs` \ No newline at end of file