Description
Adds reflink copy support to Python file workflows. It helps tools create copy-on-write clones of files on filesystems that support reflinks, saving time and disk space.
Reflinks can share storage blocks until data changes. Understand filesystem behavior before relying on them for backups, deduplication, or isolation.