You are not logged in.

#1 2018-01-23 02:09:59

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

[SOLVED]borgbackup extract … fails with 'No space left on device'

A 201 GB backup for two simple Windows 10 system to a USB drive extract always fails with...

OSError: [Errno 28] No space left on device

All on local system
Source partition:797.6 GB free (USB3)
Cache partition:66.6 GB free (SSD)
Destination partition: 976.6 GB free (HDD)
System memory: 15.6 GB
borg (borgbackup) 1.1.4-1
encryption  none
compression zlib,5
python 3.6.4-1

tried this as suggested in Borg Docs:

borg config /run/media/ljohnson/Win10aBU/borgBU additional_free_space 8G

Terminal output from last run at https://pastebin.com/arH7Pjbu

Found nothing in borg mailing list archive neutral

Anybody have any ideas..?

Last edited by keepitsimpleengineer (2018-01-23 21:08:00)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#2 2018-01-23 14:24:24

dom0
Member
Registered: 2013-02-16
Posts: 39

Re: [SOLVED]borgbackup extract … fails with 'No space left on device'

Is that the only bit of error message or does it give you more details?

Offline

#3 2018-01-23 15:41:20

seth
Member
Registered: 2012-09-03
Posts: 64,524

Re: [SOLVED]borgbackup extract … fails with 'No space left on device'

The message sounds rather clear ... unlike

to a USB drive

Source partition:797.6 GB free (USB3)
Cache partition:66.6 GB free (SSD)
Destination partition: 976.6 GB free (HDD)

Let's see

df -h
lsblk -f

Offline

#4 2018-01-23 15:46:08

dom0
Member
Registered: 2013-02-16
Posts: 39

Re: [SOLVED]borgbackup extract … fails with 'No space left on device'

seth wrote:

The message sounds rather clear ...

Since I wrote approximately half of Borg I'm fairly sure it either gives you a trace back or an error message with some extra detail. Hence I asked (in a friendly manner) to post the entire error message and not just parts of it.

Edit: I didn't see the link to the pastebin containing the full error message before. At least part of this is a bug in Borg's error handling, if you don't mind, please open an issue at https://github.com/borgbackup/borg/issues with your traceback.

It is possible that the root cause is a bug too, since the files in "System Volume Information" may possess some strange properties not handled correctly by Borg. Try to --exclude them and see if that helps.

Last edited by dom0 (2018-01-23 15:55:52)

Offline

#5 2018-01-23 15:50:27

seth
Member
Registered: 2012-09-03
Posts: 64,524

Re: [SOLVED]borgbackup extract … fails with 'No space left on device'

His pastebin contains a trace. I assume he's trying to extract to that "cache" device or onto sth. he lacks write permissions (eg. ntfs, no 3g or so)

Offline

#6 2018-01-23 21:06:45

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [SOLVED]borgbackup extract … fails with 'No space left on device'

dom0 wrote:

At least part of this is a bug in Borg's error handling, if you don't mind, please open an issue at https://github.com/borgbackup/borg/issues with your traceback.

☝ ☛ https://github.com/borgbackup/borg/issues/3574


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#7 2018-01-23 21:15:51

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [SOLVED]borgbackup extract … fails with 'No space left on device'

Thanks for all the help. smile

Adding a few hundred GBs to ~/.cache/borg allowed the job to complete w/o the "No space left on device" message.


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

Board footer

Powered by FluxBB