Doesn't check for free space in archive dir when backing up
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Duplicity |
Fix Released
|
Undecided
|
Unassigned | ||
Déjà Dup |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Running latest version from ppa:
deja-dup 10.1-0jaunty1
duplicity 0.6.02-0jaunty1
When initiating a backup, deja-dup calls duplicity with --archive-
Perhaps more importantly, Deja Dup should give some indication of the necessity for this free space in the first place! I assumed that when backing up *to* another drive (with 500G+ free) it would not be a problem. You should also let the user choose the location for these files, in case they need to store them on another drive or partition with sufficient free space.
How much space does the archive dir usually consume? Is it dependent on the number of files backed up? Is this directory required in order to restore later, or is it only for making future incremental backups? I've never used duplicity before so I'm not familiar with it, but if possible it might be worth having an option to disable it completely. It sounds like it is only storing unencrypted copies of the signature files here, right? The same files which are on the backup medium itself, so they couldn't they just be re-read?
Changed in deja-dup: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in duplicity: | |
status: | New → Fix Released |
Thanks, hackel for the bug report! It is not expected that your archive dir would consume so much space.
Ken, this sounds like odd archive dir behavior. Got any ideas?