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