Glossary · Term

copy-up

← all terms

Definition

In layered filesystems, the moment a file from a read-only layer gets duplicated to a writable layer because something edited it.

In OverlayFS and similar union filesystems, the operation that copies a file from a lower read-only layer to the writable upper layer upon first write; with reflinks, only the modified blocks are physically copied.