Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@lildude
Copy link
Member

@lildude lildude commented Aug 6, 2015

Rsync 3.0.0 and later appears to have some optimizations which results in...

--link-dest arg does not exist: ../../current/hookshot

... errors when using the --link-dest argument is used with empty directories. As there is nothing to hardlink to, we don't really need to use this argument so lets not use it.

This resolves https://github.com/github/backup-utils/issues/137 (and is dependent on #136 being merged first).

@mkchandler
Copy link

Any updates on when this will be merged and released?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

emtpy -> empty

@MikeMcQuaid
Copy link
Contributor

@lildude Other than the typo: 👍 :shipit:

lildude added a commit that referenced this pull request Sep 1, 2015
Only use --link-dest when backing up populated directories
@lildude lildude merged commit 88ce32c into master Sep 1, 2015
@lildude lildude deleted the only-link-dist-popd-dirs branch September 1, 2015 09:22
cjonsmith pushed a commit that referenced this pull request Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"--link-dest arg does not exist" message for empty hookshot log directory

4 participants