You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 usingrsync --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
The text was updated successfully, but these errors were encountered: