Q: How do I copy all files from inside /mnt/File/
and place them inside /mnt/320gb/
?
A: From WebGUI Tab> Advanced|Execute Command run the following command:
cp -R /mnt/File/* /mnt/320gb/ &
Using rsync in local mode is also a good way to copy large file systems.
Basic | Scripts and shell tips | ⇒9.0.0.1 |