Chad Netzer
Chad Netzer
The bytes saved calculation doesn't take into account whether the destination file is already hardlinked, which makes the result overly optimistic. If a destination file is already hardlinked, it shouldn't...
This means, for example, if one wants to match against the files 'foo1' and 'foo99', it is required to use a match of "\*foo\*", rather than just "foo\*". Ie. you...
While the -x option is a list of exclusions, the -m matching option allows specifying just one match. It might be useful to allow specifying multiple matches like -x. As...
Currently there are two inconsistent styles for specifying dir/file exclusions, and file matches. It would be nice if there were a way to make this a consistent choice (by adopting...