79413325

Date: 2025-02-05 00:01:10
Score: 1.5
Natty:
Report link

What seems to be working for me is:find -type f -name "logins.json" -exec cp --target-directory=/mnt/ramdisk/FX_Test --parents -a -u -v "{}" \;

'find' finds the files, then copies with a tree-path ("--parents"). -a saves the dates, -u updates only if newer source file exists.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Barry Martin