From 39510e7109b07547aaef126253ab67cf56180251 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 14 Mar 2017 14:39:50 +0100 Subject: [PATCH] Created AppData Directory (markdown) --- AppData-Directory.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 AppData-Directory.md diff --git a/AppData-Directory.md b/AppData-Directory.md new file mode 100644 index 0000000..9301ebb --- /dev/null +++ b/AppData-Directory.md @@ -0,0 +1,17 @@ +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 ##### +`C:\ProgramData\Radarr` + +##### Ubuntu ##### +`/home//.config/Radarr` (`~/.config/Radarr`) + +##### OS X ##### +`/Users//.config/Radarr` (`~/.config/Radarr`) + +##### Synology ##### +`/usr/local/radarr/var/.config/Radarr` + +##### QNAP ##### +`/share/MD0_DATA/homes/admin/.config/Radarr` +`/share/CACHEDEV1_DATA/RADARR_CONFIG` \ No newline at end of file