| commit | f3873b3d88b61167b106e7b9227a20147f8f6197 | [log] [tgz] |
|---|---|---|
| author | Wayne Davison <wayned@samba.org> | Mon Oct 10 11:49:50 2016 -0700 |
| committer | Wayne Davison <wayned@samba.org> | Mon Oct 10 11:53:03 2016 -0700 |
| tree | db2f44530da787ecd2da0d03e7770459c899e563 | |
| parent | 6e3b2102bc2c7df42aa4961a6460eae954c95af2 [diff] |
Support --sparse combined with --preallocate or --inplace. The new code tries to punch holes in the destination file using newer Linux fallocate features. It also supports a --whole-file + --sparse + --inplace copy on any filesystem by truncating the destination file.