xcp
xcp copied to clipboard
Read the list of source file names from a file
Hello,
I'm generating a list of items (files, directories) to be copied using another tool (like find -print0, fd --print0 or something else) and I'm using rsync --files-from=FILE --from0 on one or more of those list.
I'd like to use xcp instead of rsync in this workflow.
Of course I think this would be a nice addition, but you're the one in charge here ! =)
Thank you for considering this.
Jean-Baptiste