sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
278 stars 91 forks source link

S3 parser error for large files #139

Closed tschoesi closed 2 years ago

tschoesi commented 2 years ago

When I try to backup files larger than about 100mb, s3upload fails. The log looks like this:

:6: parser error : Opening and ending tag mismatch: hr line 5 and body
</body>
       ^
:7: parser error : Opening and ending tag mismatch: body line 3 and html
</html>
       ^
:8: parser error : Premature end of data in tag html line 1

^ 

If I set the S3 max size to i.e. 50mb the upload succeeds, but I would prefer if I did not have to use this many split archives.

Any ideas on what might be the error here?

tschoesi commented 2 years ago

This was caused by a file size limit by my S3 provider.