duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] IOErrors with S3


From: Peter Schuller
Subject: Re: [Duplicity-talk] IOErrors with S3
Date: Thu, 7 Aug 2008 21:47:27 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

> I tried duplicity 0.4.10 and 0.4.11 with bot 0.9d and 1.2a, after a
> few uploaded files I'm always getting this error:

Is this specific to your use of S3? That is, have you tried this and
seen it work with another backend?

The reason I ask is:

> # duplicity / s3+http://mybucket/backup/

In combination with:

>     buf = self.infile.read(length)
> IOError: [Errno 22] Invalid argument

If you are backing up your entire file system, you are going to be
including a lot of special files in that backup (such as /proc). My
guess is that you have not seen this suceed with another backend
already?

If so I suggest that you re-run with -v5, such that you will see which
file was being processed when it failed. I suspect whichever file that
is, is going to have some kind of special property that prevents it
being read.

Likely, you're going to end up wanting to exclude things like /proc
and /dev.

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller <address@hidden>'
Key retrieval: Send an E-Mail to address@hidden
E-Mail: address@hidden Web: http://www.scode.org

Attachment: pgptzeyhTiMvQ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]