Feb 232007
Copy a directory (for backup) to another location
Answer
To copy a directory to another location, for backup purpose, you can use the -a flag, which copy directory recursively, keep all file attributes but never follow symbolic links.
# cp -a source_directoey target_directory