Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Duplicity - error: [Errno 104]

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

[Solved] Duplicity - error: [Errno 104]

#1 Post by bester69 »

Hi,

I decided to add a key gpg encryptation to my backup, but i dont know whats going on as the duplicty's backup seem to work but the file parts doesn't appear in the server's folder.
I just see two files:
.gpg and .directory
Im using the following code:

Code: Select all

export PASSPHRASE=xxxxx
duplicity  -v 4  --progress --allow-source-mismatch  --asynchronous-upload --encrypt-key xxxx  --verbosity=6 --timeout=60 --progress   /media/sda5/BACKUPRES webdavs://xxxx@yahoo.es:"password"@dav.box.com/dav/backres
It seems to create the volume files parts, but i cant see them

Code: Select all

0.0KB 00:35:35 [0.0B/s] [>                                        ] 0% ETA Stalled!
WebDAV create connection on 'dav.box.com'
Writing duplicity-full.20170130T133034Z.vol1.difftar.gpg
0.0KB 00:35:38 [0.0B/s] [>                                        ] 0% ETA Stalled!
WebDAV PUT /dav/backres/duplicity-full.20170130T133034Z.vol1.difftar.gpg request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic dHh0bG9sLWNlcm9AeWFob28uZXM6cmN0ZiByNjJrIDQ5Zm0gcmliOQ=='} 
WebDAV data length: 209760086 
0.0KB 00:35:41 [0.0B/s] [>                                        ] 0% ETA Stalled!
0.0KB 00:18:04 [0.0B/s] [>                                        ] 0% ETA Stalled!
Processed volume 2
Writing duplicity-full.20170130T141847Z.vol2.difftar.gpg
A attic/data/0/170
0.0KB 00:18:07 [0.0B/s] [>                                        ] 0% ETA Stalled!
WebDAV PUT /dav/backres/duplicity-full.20170130T141847Z.vol2.difftar.gpg request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic dHh0bG9sLWNlcm9AeWFob28uZXM6cmN0ZiByNjJrIDQ5Zm0gcmliOQ=='} 
WebDAV data length: 209779049 

Whats wrong here?? :?
Last edited by bester69 on 2017-02-02 00:40, edited 2 times in total.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Duplicity and gpg

#2 Post by bester69 »

maybe this is the problem, im still trying to figure it out

Code: Select all

Attempt 3 failed. error: [Errno 104] Connection reset by peer
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Duplicity and gpg

#3 Post by bester69 »

bester69 wrote:maybe this is the problem, im still trying to figure it out

Code: Select all

Attempt 3 failed. error: [Errno 104] Connection reset by peer
In my case (Box.com cloud), it was the parameter "--no-compression" what was giving the error 104, I suppose Box doesnt like extrange files...
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply