File Structure

The following directories and files are created after the Directory Sync installation.

/opt/IIJ_ID_Service_Directory_Sync
├── bin                          # Executable files
│   ├── iid-directory-sync
│   ├── normal_mode.sh           # Normal executable file
│   ├── normal_mode_dry_run.sh   # Normal test mode executable file
│   ├── recovery_mode.sh         # Recovery mode executable file
│   └── recovery_mode_dry_run.sh # Recovery test mode executable file
├── config                       # Configuration files
│   ├── config.yml
│   ├── sample_config.yml
│   └── secret.yml
├── db
└── version