XayahSuSuSu / Android-DataBackup

DataBackup for Android 7.0+
https://DataBackupOfficial.github.io
GNU General Public License v3.0
3.37k stars 124 forks source link

[Bug] remote backup request entity too large #190

Closed ippocratis closed 8 months ago

ippocratis commented 8 months ago

Describe the bug

Using a webdav Mount as remote. Backup fails on data

To Reproduce Steps to reproduce the behavior:

  1. Go to cloud
  2. Click on backuo
  3. Select app and data
  4. Those error on data

Smartphone (please complete the following information):

Additional context

  1. Tried all compession methods
  2. On GitHub readme says cloud is a premium feature. I installed the GitHub apk and under setting it displays premium

Screenshot_20240109-163715_DataBackup

XayahSuSuSu commented 8 months ago

Which backend are you using, alist or something else?

ippocratis commented 8 months ago

Which backend are you using, alist or something else?

I'm using https://github.com/dgraziotin/docker-nginx-webdav-nononsense

CLIENT_MAX_BODY_SIZE is 10GB in nginx.conf

https://github.com/dgraziotin/docker-nginx-webdav-nononsense/blob/main/nginx.conf#L24

ippocratis commented 8 months ago

Looks like I had also configured CLIENT_MAX_BODY_SIZE as env var in my docker compose. It was 300M Env vars prioritise against the config

Rebuilding the docker image

Most likely it was that

My bad sorry

Edit:yeah it was that

Closing