copy folders linux

Shell
cp -R source_dir destination_dir
#example
cp -R /etc /etc_backupcp -R dir1 dir2
Source

Also in Shell: