RsyncUI stores its configurations, schedules and log records and user settings as JSON files. The storage of those files is:

$HOME/.rsyncosx/macserialnumber

In the Settings and Info part the used path for configuration files is shown. RsyncUI evaluates the computer mac serial number at startup.

The catalog $HOME/.rsyncosx/macserialnumber/ is used because RsyncUI and RsyncOSX shares the path from where configuration files are read and stored.

Configuration files

$HOME/.rsyncosx/macserialnumber/configurations.json If profile is utilized:

$HOME/.rsyncosx/macserialnumber/profile/configurations.json

Log records

$HOME/.rsyncosx/macserialnumber/schedules.json

If profile is utilized:

$HOME/.rsyncosx/macserialnumber/profile/schedules.json

User settings

The user settings are stored as:

$HOME/.rsyncosx/macserialnumber/rsyncuiconfig.json

The user settings applies to all profiles.