Add option to backup small files first

Issue #2 new
Patrick Patrick repo owner created an issue

Add a configuration option to backup small files first. Small files tend to be important documents and configuration files that are easy to backup first.

Note that this will require traversing the tree in a way other than depth first, which is going to require some interesting changes to the core architecture. Maybe a new "traverser" type concept that allows us to abstract away how we traverse the tree.

Comments (2)

  1. Patrick Patrick reporter

    This is a nice feature but isn't necessary for the workflow that doesn't interrupt a backup.

  2. Log in to comment