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.
When I try to backup files larger than about 100mb,
s3
upload fails. The log looks like this: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?