mwhudson / livefs-editor

GNU General Public License v3.0
68 stars 31 forks source link

add directory copy function #18

Open user-wy opened 1 year ago

user-wy commented 1 year ago

add directory copy function to --cp parameters

mwhudson commented 1 year ago

Thanks or this! On reading documentation, I find that I think I sort of expect semantics for --cp to be the same as "cp -a" (i.e. recursive, preserve all the stuff that can be preserved, don't follow symlinks) and I wonder if it would be simpler to just shell out to that. What do you think?