Hi, I recently setup self hosted appwrite on docker desktop and i really like it (Thanks for the hard work devs :peepoCute: ). now the only thing that is concerning me is that i couldn't find any built in backup tool. Is there any easy or straightforward way to backup data? i might be needing to backup 2-3 times a day and be able to backup/restore specific project/database
TL;DR
Developers using self-hosted Appwrite on Docker Desktop are looking for a way to easily backup their data regularly, without a built-in tool available.
Solution: One possible solution could involve setting up scheduled automatic Docker volume backups using third-party tools like Duplicity or Restic. This method allows for regular and specific backups of the data that can be restored when needed.