From 7047ba2a44299ef7c4b2b99e88b047ddac69adcb Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 14 Mar 2017 13:47:09 -0700 Subject: [PATCH] Updated AppData Directory (markdown) --- AppData-Directory.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/AppData-Directory.md b/AppData-Directory.md index 9301ebb..0f2807a 100644 --- a/AppData-Directory.md +++ b/AppData-Directory.md @@ -1,17 +1,20 @@ Radarr's AppData folder contains the the databases for logs and general app information (movies, 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 Radarr, but if you are unable to access it, here are some common locations for it: -##### Windows ##### +##### Windows `C:\ProgramData\Radarr` -##### Ubuntu ##### +##### Ubuntu `/home//.config/Radarr` (`~/.config/Radarr`) -##### OS X ##### +#### Arch Linux +`/var/lib/radarr` + +##### OS X `/Users//.config/Radarr` (`~/.config/Radarr`) -##### Synology ##### +##### Synology `/usr/local/radarr/var/.config/Radarr` -##### QNAP ##### +##### QNAP `/share/MD0_DATA/homes/admin/.config/Radarr` `/share/CACHEDEV1_DATA/RADARR_CONFIG` \ No newline at end of file