From 3b26851e8e2a88667d7c65fcb2f99ecc491e627d Mon Sep 17 00:00:00 2001 From: c-c-k Date: Fri, 28 Jul 2023 19:14:53 +0300 Subject: [PATCH] Add: readme entry for `backup-root` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2af6ed4..0727083 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ mapped to extended configuration dictionaries. | `create` | When true, create parent directories to the link as needed. (default: false) | | `relink` | Removes the old target if it's a symlink (default: false) | | `force` | Force removes the old target, file or folder, and forces a new link (default: false) | +| `backup-root` | In case of `force` or `relink` backup the old target to `backup-root` (default: no backup) | | `relative` | Use a relative path to the source when creating the symlink (default: false, absolute links) | | `canonicalize` | Resolve any symbolic links encountered in the source to symlink to the canonical path (default: true, real paths) | | `if` | Execute this in your `$SHELL` and only link if it is successful. |