OverflowError while writing signatures

Bug #1558093 reported by Compizfox
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Duplicity
New
Undecided
Unassigned

Bug Description

Hi,

This is my first time backing up with Duplicity. I'm trying to backup around 450 GB total. The command I use is:

duplicity --volsize 1000 --asynchronous-upload --full-if-older-than 1M --encrypt-key "$keyid" --exclude-filelist "$excludelist" "$local" "$remote"

My first full backup is almost finished, but on the end I get this error:

Writing duplicity-full-signatures.20160315T174511Z.sigtar.gpg
WebDAV PUT /remote.php/webdav/duplicity_ILOS/duplicity-full-signatures.20160315T174511Z.sigtar.gpg request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic '}
WebDAV data length: 3944337508
Attempt 1 failed. OverflowError: string longer than 2147483647 bytes

Because of this, it can't finish the backup. What should I do?

Duplicity version 0.7.06
Python version 2.7.11
FreeBSD 10.2-RELEASE

Thanks in advance.

Compizfox (compizfox)
description: updated
Revision history for this message
Kenneth Loafman (kenneth-loafman) wrote : Re: [Bug 1558093] Re: OverflowError while writing signatures

This is a known problem with large backups, the sigtar file gets to be
larger than 2GB. To work around this you will need to use the option "
*--max-blocksize=20480*" to increase the blocksize of the signature. This
should get you below 2GB.

On Wed, Mar 16, 2016 at 9:17 AM, Compizfox <email address hidden>
wrote:

> ** Description changed:
>
> Hi,
>
> This is my first time backing up with Duplicity. I'm trying to backup
> around 450 GB total. The command I use is:
>
> duplicity --volsize 1000 --asynchronous-upload --full-if-older-than 1M
> --encrypt-key "$keyid" --exclude-filelist "$excludelist" "$local"
> "$remote"
>
> My first full backup is almost finished, but on the end I get this
> error:
>
> Writing duplicity-full-signatures.20160315T174511Z.sigtar.gpg
> - WebDAV PUT
> /remote.php/webdav/duplicity_ILOS/duplicity-full-signatures.20160315T174511Z.sigtar.gpg
> request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic
> bGFyc3ZlbGRzY2hvbHRlOlZjVzQ2MmQyYUFHcC1MWEp3dFo1QnRBckNtdWdiYUh0'}
> + WebDAV PUT
> /remote.php/webdav/duplicity_ILOS/duplicity-full-signatures.20160315T174511Z.sigtar.gpg
> request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic
> '}
> WebDAV data length: 3944337508
> Attempt 1 failed. OverflowError: string longer than 2147483647 bytes
>
> Because of this, it can't finish the backup. What should I do?
>
> Duplicity version 0.7.06
> Python version 2.7.11
> FreeBSD 10.2-RELEASE
>
> Thanks in advance.
>
> --
> You received this bug notification because you are subscribed to
> Duplicity.
> https://bugs.launchpad.net/bugs/1558093
>
> Title:
> OverflowError while writing signatures
>
> Status in Duplicity:
> New
>
> Bug description:
> Hi,
>
> This is my first time backing up with Duplicity. I'm trying to backup
> around 450 GB total. The command I use is:
>
> duplicity --volsize 1000 --asynchronous-upload --full-if-older-than 1M
> --encrypt-key "$keyid" --exclude-filelist "$excludelist" "$local"
> "$remote"
>
> My first full backup is almost finished, but on the end I get this
> error:
>
> Writing duplicity-full-signatures.20160315T174511Z.sigtar.gpg
> WebDAV PUT
> /remote.php/webdav/duplicity_ILOS/duplicity-full-signatures.20160315T174511Z.sigtar.gpg
> request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic
> '}
> WebDAV data length: 3944337508
> Attempt 1 failed. OverflowError: string longer than 2147483647 bytes
>
> Because of this, it can't finish the backup. What should I do?
>
> Duplicity version 0.7.06
> Python version 2.7.11
> FreeBSD 10.2-RELEASE
>
> Thanks in advance.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/duplicity/+bug/1558093/+subscriptions
>

Revision history for this message
Compizfox (compizfox) wrote :

Thanks, that did the trick!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.