From bcaeba5ea6a9f4b2f17d4aeae7e2e12ded25deb9 Mon Sep 17 00:00:00 2001 From: derfenix Date: Mon, 6 Jan 2025 19:54:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2907eaa..c8d3b4b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ sudo cp ${GOPATH}/bin/photocatalog /usr/local/bin/photocatalog The tool supports the following organization modes: -- **copy** — Copies files to the target directory. If the filesystem supports it, uses Copy-on-Write (COW) for efficiency. +- **copy** — Copies files to the target directory. If the filesystem supports it, uses Copy-on-Write (COW) for efficiency (via FICLONE ioctl call). - **hardlink** — Creates hardlinks to the source files, saving disk space. Ideal if the source and target are on the same partition, though file permissions remain linked to the original. - **move** — Moves files from the source to the target directory. - **symlink** — Creates symbolic links at the target pointing to the source files.