Backups - Printable Version +- LiveCloud Forums (https://forums.livecloud.io) +-- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=1) +--- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=3) +--- Thread: Backups (/showthread.php?tid=23) |
Backups - clarencemartin - 05-29-2019 I read that backups are performed on the databases every 6 hours. Can a particular backup be recovered through the LCM? Or is this a future feature? RE: Backups - Jamil Semaan - 05-29-2019 (05-29-2019, 04:57 PM)clarencemartin Wrote: I read that backups are performed on the databases every 6 hours. Hi Clarence, At the moment, backups cannot be recovered through LCM. This is a future feature, but likely not a near-future feature. RE: Backups - clarencemartin - 05-29-2019 So, the developers need to be diligent with their own backups of the CanelaDB folders. RE: Backups - mark_talluto - 05-29-2019 Our back up system at this moment is more for catastrophic issues. Until we build further upon this, you might consider making a simple app that syncs your cloud data to your local app. Doing so will guarantee you have a local copy of each of your tables for each of your projects. It is also a great exercise in how to use sync. You could then post your code for everyone to use that is interested. RE: Backups - clarencemartin - 05-29-2019 (05-29-2019, 05:29 PM)mark_talluto Wrote: Our back up system at this moment is more for catastrophic issues. Until we build further upon this, you might consider making a simple app that syncs your cloud data to your local app. Doing so will guarantee you have a local copy of each of your tables for each of your projects. It is also a great exercise in how to use sync. You could then post your code for everyone to use that is interested. Will do, Thanks! |