Skip to content

CopyOnWriteOptions

Defined in: src/backends/cow.ts:19

Configuration options for CoW.

optional journal?: Journal

Defined in: src/backends/cow.ts:27

Journal


readable: MountConfiguration<Backend<FileSystem, object>>

Defined in: src/backends/cow.ts:21

The file system that initially populates this file system.


writable: MountConfiguration<Backend<FileSystem, object>>

Defined in: src/backends/cow.ts:24

The file system to write modified files to.