I’m using Backendless Pro, and my latest app backup has unexpectedly grown to over 20 GB, while previous ones were around 6 GB. The backup was generated as usual and the link sent via email.
Could you please help me understand:
What might have caused this sudden size increase?
What exactly is included in the backup?
Are there folders (e.g., logs, file storage) that I should regularly clean up to avoid unnecessary growth?
Are there best practices for managing storage and backup size in Backendless Pro?
What´s the recommeded server size storage for the Backendless Pro? I currently have 100GB.
I’d appreciate your guidance to keep things optimized.
Highlight also that yesterday my server had 55Gb and today it has more than 70Gb…
Regarding the sudden increase in your backup size, here are a few points to consider:
What might have caused the sudden size increase?
The most effective way to identify what changed is to take two backups — one from the current state and one from a previous state (if still available) — and compare their contents. This will help pinpoint where the additional data is coming from (e.g., files, database, logs, etc.).
What is included in a Backendless Pro backup?
A full backup typically includes:
Database (data tables and indexes)
File storage (all files in the /files directory)
System configuration
Log files
Are there folders (logs, file storage) that should be regularly cleaned?
Yes — large file growth often comes from:
Uploaded files in /files
Log files, especially if detailed logging is enabled and logs aren’t rotated or deleted
Custom directories where temporary data is stored
We recommend periodically reviewing the /files and /logs directories.
Best practices for managing storage and backup size:
3.When I generate a new ZIP file, does it include the previous ones inside it?
Maybe that would explain the exponential growth in the size of my recent ZIPs.
It´s not about zipping a root (in file service, for example), I’m talking about the app “generate zip” option. Does this zip include previous ones (previous app generated zips)? I suspect it does.