Document that special file exclusion also excludes symlinks to special files (#596).

This commit is contained in:
Dan Helfman 2022-10-15 10:14:46 -07:00
parent 9c42e7e817
commit 018c0296fd
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ such files. Common directories to exclude are `/dev` and `/run`, but that may
not be exhaustive. <span class="minilink minilink-addedin">New in version not be exhaustive. <span class="minilink minilink-addedin">New in version
1.7.3</span> When database hooks are enabled, borgmatic automatically excludes 1.7.3</span> When database hooks are enabled, borgmatic automatically excludes
special files that may cause Borg to hang, so you no longer need to manually special files that may cause Borg to hang, so you no longer need to manually
exclude them. You can override/prevent this behavior by explicitly setting exclude them. (This includes symlinks with special files as a destination.) You
`read_special` to true. can override/prevent this behavior by explicitly setting `read_special` to true.
### Manual restoration ### Manual restoration