~mterry/duplicity/rename-dep

« back to all changes in this revision

Viewing changes to bin/duplicity

  • Committer: kenneth at loafman
  • Date: 2017-10-11 16:03:49 UTC
  • Revision ID: kenneth@loafman.com-20171011160349-ey1xuj7y981ne3s4
* Revert last commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
470
470
 
471
471
    # Upload the collection summary.
472
472
    # bytes_written += write_manifest(mf, backup_type, backend)
 
473
    mf.set_files_changed_info(diffdir.stats.get_delta_entries_file())
473
474
 
474
475
    return bytes_written
475
476
 
1468
1469
    elif action == "list-current":
1469
1470
        list_current(col_stats)
1470
1471
    elif action == "collection-status":
1471
 
        log.PrintCollectionStatus(col_stats, True)
 
1472
        if not globals.file_changed:
 
1473
            log.PrintCollectionStatus(col_stats, True)
 
1474
        else:
 
1475
            log.PrintCollectionFileChangedStatus(col_stats, globals.file_changed, True)
1472
1476
    elif action == "cleanup":
1473
1477
        cleanup(col_stats)
1474
1478
    elif action == "remove-old":