01. Understanding of the concept
Before the installation, it is recommended to understand the concept for more smoth onboarding.
There are three main components:
Service Layer
Agent Layer
Client Layer
The flow is the following:
Admin configures rules in the Service Layer and sets the frequency.
Agent Layer sends a request to the Service Layer to:
Is it time to process a backup?
If so, give me the rules I should follow.
After the backup is processed, it sends the status back to the Service Layer.
The developer can download the processed backup.
Last updated