summaryrefslogtreecommitdiff
path: root/bugs/disk-full.mdwn
blob: ca8d892bffd2410280c8cbe1b587698a3b5a2671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!tag obnam-1.0-blocker]]

How does Obnam deal with a full disk for the repository?

- create a disk image of suitable size and create an ext4 fs on it
- mount the disk image and use it as a repository
- backup something bigger than what will fit into the disk image
- how does obnam handle the error?

--liw


Obnam now aborts properly on out-of-space errors. --liw

[[done]]