Sample Header Ad - 728x90

GNU cp: What's the difference between `--link` and `--reflink=always`?

4 votes
1 answer
1595 views
What's the difference between --link and --reflink=always? I use the following command as an mv substitute, and I am wondering if using --reflink is a better choice.
command gcp -r --link --archive --verbose "${opts[@]}" "$@"
# delete the sources manually
Asked by HappyFace (1694 rep)
Jun 16, 2021, 08:57 AM
Last activity: Dec 4, 2021, 09:45 PM