Skip to content

Commit 025faea

Browse files
committed
params - table with supported storega mode types
1 parent 75c82f2 commit 025faea

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/parameters.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,13 @@ This differs from the original LULU paper, where the default threshold is 84%.
382382
using symbolic links (or symlinks) which help save disk space.
383383
Each symlink points to the actual file located in the process working directory.
384384
This behavior can be modified using the `--storagemode` parameter.
385+
Refer to the table below for a complete list of available storage mode options.
386+
387+
| Storage mode | Description |
388+
| ------------ | -------------------------------------------------------- |
389+
| `symlink` | Creates a symbolic link to the file |
390+
| `copy` | Copies the file to the target directory |
391+
| `move` | Moves the file to the target directory (not recommended) |
392+
| `rellink` | Creates a relative symbolic link to the file |
393+
| `link` | Creates a hard link to the file |
394+

0 commit comments

Comments
 (0)