RsyncUI stores its configurations, schedules and log records and user configurations as JSON files. The storage of those files is:
$HOME/.rsyncosx/macserialnumber
In the About
the used path for configuration files is shown. RsyncOSX evaluates the computer mac serial number at startup.
Configuration files
$HOME/.rsyncosx/macserialnumber/configurations.json
If profile is utilized:
$HOME/.rsyncosx/macserialnumber/profile/configurations.json
Log records
$HOME/.rsyncosx/macserialnumber/macserialnumber/schedules.json
If profile is utilized:
$HOME/.rsyncosx/macserialnumber/profile/schedules.json
User configurations
The user configuration is stored as:
$HOME/.rsyncosx/macserialnumber/rsyncuiconfig.json
The user settings applies to all profiles.