Export App Backup
-
The issue with downloading backups is that it's not clear how it can be implemented for rsync format. That is how can I download a "bundle" in the browser when the remote storage is rsync format. Only way is to download the full backup on the server first and then create a tar ball that the browser can download (so, we have to think about size constraints for this).
-
@girish said in Export App Backup:
@robi I thought you wanted it downloaded via the browser?
The Cloudron UI, yes.
You can already down a backup with aws s3 CLI tool, no?
the previous comment was to disagree with:
@girish said in Export App Backup:
FWIW, none of the cloud service providers themselves have a way to download a "directory". Not S3, not DO spaces etc. It's a hard problem to solve.
Looked at another way, let's ask the question, how can we make it easy to clone, from backup, Apps across Cloudrons.
Push vs pull methods such as, send this app to Cloudron2 or pull this app from Cloudron1.
-
Adding to this: Maybe it's possible to implement a backup browser via the file browser, at least for the
rsync
format and even for encrypted backups?