~mterry/deja-dup/midnight-epoch

« back to all changes in this revision

Viewing changes to common/Operation.vala

  • Committer: Michael Terry
  • Date: 2013-01-24 14:34:01 UTC
  • mfrom: (1429.1.2 tempdir)
  • Revision ID: michael.terry@canonical.com-20130124143401-luilvsfo3l28la22
Tell duplicity to use a tempdir that is on the same partition as the source files (to avoid filling up small /tmp partitions)

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
    finished = true;
224
224
 
225
225
    unclaim_bus();
 
226
    yield DejaDup.clean_tempdirs();
226
227
 
227
228
    done(success, cancelled, detail);
228
229
  }