Moving files from one share to another share

There is another way to move files between shares on the MBLD without tne need for messing with Linux.  I added the following to the Samba configuraton . . .

[__NAS_all_shares]
  path = /shares
  comment =
  browseable = no
  invalid users =
  valid users = admin
  read list =
  write list = admin
  map read only = no

Once done (no reboot required) then the MBLD owner user can access the single Samba share \MyBookLiveDuo\__NAS_all_shares has access to all the shares as directories/folders. Whe you move stuff between folders and directories Samba simple moves the files and folders internally and does not copy data to the PC to then copy it back.

It’s only a configuraton change. No need to isnstal anything on the MBLD.

2 Likes