October 16, 20178 yr Hello, I have been reading:https://wiki.lime-technology.com/Transferring_Files_Within_the_unRAID_Server So I want to copy the folder from one disk to another cp /mnt/disk10/BLURAY/[-MOVIES-]/Bond.50.Box.Set.BluRay /mnt/disk3/[-BLURAY-]/Bond.50.Box.Set.BluRay I get this as an output resultroot@UnRAID:~# cp /mnt/disk10/BLURAY/[-MOVIES-]/Bond.50.Box.Set.BluRay /mnt/disk3/[-BLURAY-]/Bond.50.Box.Set.BluRay cp: omitting directory '/mnt/disk10/BLURAY/[-MOVIES-]/Bond.50.Box.Set.BluRay' It's omitting a DIR but not sure why ? Any ideas ? Edited October 17, 20178 yr by bombz
October 16, 20178 yr cp -r /mnt/disk10/BLURAY/[-MOVIES-]/Bond.50.Box.Set.BluRay /mnt/disk3/[-BLURAY-]/Bond.50.Box.Set.BluRay Edited October 16, 20178 yr by SnickySnacks
Archived
This topic is now archived and is closed to further replies.