I know this has been discussed in other topics, but I have been unable to find a solution to my issue.
Is there a way to ignore / skip symbolic links / junctions when performing a file / folder copy? I seem to be frequently experiencing issues with this lately.
Basically, when I'm copying a Windows user profile folder, I get stuck in an infinite copy loop due to the configuration of the symbolic links which are present as standard in these folders.
I've recently had to revert to using Robocopy to copy profiles as it handles the situation without issue!
Thanks Leo, it would be nice to see some kind of core integration of a 'Skip Junctions/Links' type option however. That way you could just utilise the standard copy process.
+1, maybe even add "copy links as is", so you get a copy which also includes the junctions/links.
Thanks for the filter template, hope to remember it when needed. o)
I was trying to not include the shortcuts into the filter when creating it, but junctions and links are not separately available as types it seems.
With all these options and alternatives available in DO, I wish for some kind of Copy-Preperation dialog upfront for heavier operations, to visualize and control some of these more easily (like toggling copying of permissions/owner/timestamps etc.). Wonder how I did not get into trouble not continuously en/disabling some of the options in the prefs.
There are switches for the copy command and you could build a bunch of buttons for those, but that is still unhandy since current preferences will always mix in. I actually feel like I lost control over what I copy from here to there when doing a copy/paste or button-press. Maybe I should not think too much? o)
How would I use this filter Copy FILTER=NoLinks in a Clipboard COPY command so that I could completely replicate the default Ctrl-C command, but without Junctions/SymLinks?
If it's not possible, would you please add this feature to the Clipboard command?
The Clipboard command does not support filters. You might be able to achieve the same thing by writing a script, but I do not think there is anything built-in at the moment. Using the Copy command instead would be my recommendation.