gcp é uma copiadora de arquivos de linha de comando avançada inspirada no comando cp padrão, mas fornece vários recursos avançados, como indicador da barra de progresso, listas de fontes, cópia contínua, mesmo que haja um problema arquivo etc.
basta instalar e usar: sudo apt-get install gcp
Aqui está uma lista completa de opções: gcp --help
Usage:
gcp [options] FILE DEST
gcp [options] FILE1 [FILE2 ...] DEST-DIR
gcp --help for options list
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-r, --recursive copy directories recursively
-f, --force force overwriting of existing files
--preserve=PRESERVE preserve the specified attributes
-L, --dereference always follow symbolic links in sources
-P, --no-dereference never follow symbolic links in sources
--no-fs-fix don't fix filesystem name incompatibily
--no-progress deactivate progress bar
-v, --verbose Show what is currently done
sources saving:
--sources-save=SOURCES_SAVE
Save source arguments
--sources-replace=SOURCES_REPLACE
Save source arguments and replace memory if it already
exists
--sources-load=SOURCES_LOAD
Load source arguments
--sources-del=SOURCES_DEL
delete saved sources
--sources-list List names of saved sources
--sources-full-list
List names of saved sources and files in it
ref: link