Le 15/01/2018 à 18:10, Bernhard Voelker a écrit :
no, the problem is: "Not such file or directory" In the above context, I would think that ln did not find the file on the source tree.
found the problem. ln can't create path solution: use first find to do it find /data-ssd480/mesdocs-jdd/ -type d -exec mkdir -p /data-ssd480/tmp/{} \; then find /data-ssd480/mesdocs-jdd/ -type f ! -newermt 2016-01-01 -exec ln '{}' '/data-ssd480/tmp/{}' \; I can't use the date for folders, because the folders and the files dates do not match, but folders do not take much room let's try rsync after that :-) thanks jdd -- http://dodin.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org