Reading Time: 3 minutes
Step-by-Step Tutorial
-
First, we will download the zip folder to our client machine
wget https://mirrors.edge.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.1.tar.gz
-
Next, we will unzip the folder
tar xzf linux-2.6.11.1.tar.gz
-
Now, go to the Volumes tab, and create a new Volume. You can just call it “kernel” and leave everything else as is, and click on the “Create” button.
-
We will be copying our linux kernel folder to our new volume using “qcopy:”
-
To use the qcopy tool, you first need to type “qcopy”, followed by the name of the file you want to copy, the registries from 4b, and the name of the volume where you want to copy your file:
qcopy linux-2.6.11.1.tar.gz uidexample.myquobyte.net:kernel
-
If you go to your volumes in the web console, and give it a few seconds, you will see that the new volume has been populated with the Linux kernel folder.
- Click the “Refresh” button if you don’t see anything changing after a few seconds.
- Once the process is finished, you will have a total of 17091 files and 1084 directories in your new volume.
- In your terminal, you will see a message that tells you the number of files and directories and the time it took to be processed. In our case, this is the output:
-
Cd into the kernel volume, and do an ls to see what’s in there:
-
As you can see, copying files from one system to another using the qcopy tool is very easy.