Does backendless support schedule backup, ex: every month schedule backup check sold items and remove them from db and storing them on my pc maybe.
Hello @adel_kasno
Currently, there is no such functionality as scheduled backups, however it is in our roadmap.
According to cleanup of outdated data, you can archive it by using Timers.
- get all the records
- store it somewhere (in another data table or in a json file)
- remove the objects from the table
Regards, Vlad