1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Created AppData Directory (markdown)

Leonardo Galli 2017-03-14 14:39:50 +01:00
parent b8e32cfc89
commit 39510e7109

17
AppData-Directory.md Normal file

@ -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/<user>/.config/Radarr` (`~/.config/Radarr`)
##### OS X #####
`/Users/<user>/.config/Radarr` (`~/.config/Radarr`)
##### Synology #####
`/usr/local/radarr/var/.config/Radarr`
##### QNAP #####
`/share/MD0_DATA/homes/admin/.config/Radarr`
`/share/CACHEDEV1_DATA/RADARR_CONFIG`