Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify meaning of man-page regarding hard links #483

Merged
merged 2 commits into from
Nov 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/rdiff-backup.1
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,9 @@ Use with caution. This may render your backup unusable in case of
filesystem failure.
.TP
.BI \-\-no-hard-links
Don't replicate hard links on destination side. If many hard-linked
files are present, this option can drastically decrease memory usage.
Don't use hard links on destination side, hard-linked files are copied
like two different files. If many hard-linked files are present,
this option can drastically increase disk usage.
This option is enabled by default if the backup source or restore
destination is running on native Windows.
.TP
Expand Down