Copy relative symbolic links using cp -ax. This should be enabled through a config flag.
Essentially this would automatically make relative path automatically part of the copy list that is described in #2.
Very useful for use in home directory and non-root directories and avoids long chains of symbolic links.
Similar to #3 however.
Copy relative symbolic links using
cp -ax. This should be enabled through a config flag.Essentially this would automatically make relative path automatically part of the copy list that is described in #2.
Very useful for use in home directory and non-root directories and avoids long chains of symbolic links.
Similar to #3 however.