Recursively copy a directory into another place with preserving mode, ownership and timestamps and redirect the names of erroneous ones into a file(copy_error.txt).
# cp -R --preserve /old_dir/* /new_dir/ >& copy_error.txt
2009/08/26
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment