Schedule backup

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.

  1. get all the records
  2. store it somewhere (in another data table or in a json file)
  3. remove the objects from the table

Regards, Vlad