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
An idea:
Ability to read the input list of files and directories from a file.
And ability to generate result list of files suitable for the tar command.
The list should be sorted by duplicates. This way, the compression filter, (even with smaller dictionary), will recognize the duplicated data and optimize the compression.
Note: If I already prepared a list of files to archive, then generating a list of files for 'tar' command is enough. Other way, for more complete 'archive' solution, additional options will be wanted - like support for wildcard mask; rules to include, exclude or ignore files/directories; follow links; etc.
Best wishes.
The text was updated successfully, but these errors were encountered:
An idea:
Ability to read the input list of files and directories from a file.
And ability to generate result list of files suitable for the tar command.
The list should be sorted by duplicates. This way, the compression filter, (even with smaller dictionary), will recognize the duplicated data and optimize the compression.
Note: If I already prepared a list of files to archive, then generating a list of files for 'tar' command is enough. Other way, for more complete 'archive' solution, additional options will be wanted - like support for wildcard mask; rules to include, exclude or ignore files/directories; follow links; etc.
Best wishes.
The text was updated successfully, but these errors were encountered: