v6ak / qubes-incremental-backup-poc

proof of concept of incremental backup scheme for Qubes
https://groups.google.com/d/msgid/qubes-users/901b82dc-f781-4c13-ad00-33b4337fc84a%40googlegroups.com
9 stars 2 forks source link

Restore hangs when there in not enough space #47

Open v6ak opened 7 years ago

v6ak commented 7 years ago

Expected behavior: It exits with a proper error message.

v6ak commented 7 years ago

Few updates:

  1. Likely an upstream bug in Duplicity. Maybe newer version of Duplicity will have this fixed.
  2. It seems to be somewhat worse issue. The Duplicity continues restore even after failure and finishes with zero error code. This can lead to false impression of successful restore.
  3. It seems to happen even with enough space. If it restores a large file and there is not enough space in /tmp, similar issue might happen.

Maybe this would be a good candidate for automated tests.