This article shows you how to copy complete DCI-USS-folders to other folders
Before you are installing a new GUI-version or you want to do some other changes in DCI-USS structure it is better to save some folders before you do the changes there. Here is an example how to copy the CSV folder to an other CSV folder:
TSO OMVS
command: cp -R /var/dci/csv/* /var/dci/save/csv/
cp = copy statement
-R = take everything including subfolders
/var/dci/csv/* = Path from where you want to copy
/var/dci/save/csv/ = Target folder where you want to copy to