From 2d1a0c1e1e008712c18c011182d0afcf375cfd05 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 23 Aug 2016 15:55:02 -0700 Subject: [PATCH] Updated AppData Directory (markdown) --- AppData-Directory.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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