You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't backup a server if there's not enough space to archive the whole server.
Multipart should backup 5GB at a time, upload it, remove the temp archive and backup the next 5GB without having to create an archive the size of the server and split it afterwards.
The panel won't ever get that the backup failed either, it will be stuck on loading forever
The text was updated successfully, but these errors were encountered:
@rmartinoscar@strich3 I know it's been months but I got mine fixed by lowering the multipart upload limit to 2.5GB. I was able to make it 3GB but I chose the former. Seems like the default 5GB is causing the issue in my case.
I know it's been months but I got mine fixed by lowering the multipart upload limit to 2.5GB. I was able to make it 3GB but I chose the former. Seems like the default 5GB is causing the issue in my case.
You didn't get the issue, its not that the part size are too big its that we make an archive of the full server then splits it into 2.5Gb parts.
Also please avoid mentions like those.
Can't backup a server if there's not enough space to archive the whole server.
Multipart should backup 5GB at a time, upload it, remove the temp archive and backup the next 5GB without having to create an archive the size of the server and split it afterwards.
The panel won't ever get that the backup failed either, it will be stuck on loading forever
The text was updated successfully, but these errors were encountered: