2009/08/26

Recursively copy

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

No comments:

Post a Comment