New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed backups don't clean up after themselves #3087

Closed
jpouellet opened this Issue Sep 9, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@jpouellet
Contributor

jpouellet commented Sep 9, 2017

Failed backups (e.g. due to flaky external USB device disconnecting mid-backup) result in data in dom0's /tmp/backup_*. Multiple failed backups eventually result in "error: no space left on device" because of no space in dom0 /tmp, preventing any successful backups until restart (or rm -rf /tmp/backup_*).

@jpouellet

This comment has been minimized.

Show comment
Hide comment
@jpouellet

jpouellet Sep 9, 2017

Contributor

Behavior observed on R3.2, haven't tried to confirm on R4.

Contributor

jpouellet commented Sep 9, 2017

Behavior observed on R3.2, haven't tried to confirm on R4.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Sep 10, 2017

Member

This appears to be a duplicate (or regression) of #777.

Member

andrewdavidwong commented Sep 10, 2017

This appears to be a duplicate (or regression) of #777.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment