The Sia daemon (called siad) is a system process (or background process) that does all of the heavy lifting for Sia. The daemon downloads the blockchain, uploads files, manages redundancy, monitors hosts for uptime, to name a few of the many tasks that it performs.
The daemon is composed of modules, and each modules provides a set of primary functions on the network. Here is a list and description of the major modules:
Most of the modules have persistent data - files that need to be saved and loaded every time the daemon is restarted. The daemon itself will use whatever directory it is run from to create the persistent files. To move the daemon from one directory to another, you only need to copy or move the folder to the desired location. The files are cross platform, and can be copied even between operating systems. Note that you should not run two daemons at the same time from the same persist data, including persist data that has been copied to new machines. You should also try to avoid using old persist data to run a daemon. If your machine crashes, you should use the recovery tools provided by the CLI and UI instead of just copying in old persist data.
The UI will always run the daemon from the user's app folder. This folder is in different places on different operating systems:
$HOME/.config/Sia-UI/sia
%APPDATA%\Sia-UI\sia
$HOME/Library/Application Support/Sia-UI/sia
(this Library folder may be hidden, one of the trick is pressing ALT while clicking on top Go menu, so that Library appears in the list)