You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables dgr to work on hosts that don't have any tar. (See also #217.)
Sorts the contents to have a reproducible order, but pulls the manifest
file to the front for fast access.
Sorted contents of ACIs allow for easier comparison, and usage of
tools such as zsync, and deduplication on the server. The price,
sorting by 'tar', is cheap.
zap the "chdir-acrobatique", use `tar -C`:
dgr changes paths and performs needless renames, which result in mayhem
if the process quits prematurely or the timing were off. The solution is to
use tar's `-C` param and transform the filenames.
closes#210
0 commit comments