August 1, 20178 yr My server had a 5 TB parity drive, 5 TB data drive, 2 TB drive, 1.5 TB drive, and a 500 GB cache drive. I wanted to replace my 2 TB & 1.5 TB with a 4 TB drive, then use the 2 TB as my cache drive. I followed THIS and used rsync -avX /mnt/disk2 /mnt/disk4 and rsync -avX /mnt/disk3 /mnt/disk4. Now I have disk 2 and disk 3 shares. My 4 TB drive has a few folders, but has a disk3 folder and disk2 folder now. I see my files inside those folders, but I can't see them when I access my music share. Can I just move them up a level and get rid of the disk3 folder within the disk4 folder? https://imgur.com/a/YOiEI has some screen shots. Thanks in advance
August 1, 20178 yr Community Expert 7 hours ago, PaDadof2 said: I followed THIS and used rsync -avX /mnt/disk2 /mnt/disk4 Actually you didn't, you're missing a /, it should be: rsync -avX /mnt/disk2/ /mnt/disk4 7 hours ago, PaDadof2 said: Can I just move them up a level and get rid of the disk3 folder within the disk4 folder? Yes Edited August 1, 20178 yr by johnnie.black
August 1, 20178 yr Author Do I have to do anything so that my shares repopulate with the files if I move all the data? Also, when I used the new configuration script, it got rid of all my dockers. Do I haves to reinstall them all and reconfigure them again or when I move all the files back, will they 'come back'? I have my appdata backed up, but have never had to use it. Thanks for helping this noob out. The level of support here is so much better than the AMAHI forums. One of the main reasons I made the switch from amahi. Thanks again.
August 1, 20178 yr Community Expert 4 minutes ago, PaDadof2 said: Do I have to do anything so that my shares repopulate with the files if I move all the data? Shares are all top level folders, so nothing more you need to do. 6 minutes ago, PaDadof2 said: Also, when I used the new configuration script, it got rid of all my dockers. Do I haves to reinstall them all and reconfigure them again or when I move all the files back, will they 'come back'? I have my appdata backed up, but have never had to use it. Thanks for helping this noob out. The level of support here is so much better than the AMAHI forums. One of the main reasons I made the switch from amahi. Depending what what was done exactly you may need to recreate the docker image and add all dockers from the my-templates, that's easy to do and if appdata is in the same place all options/config will be maintained.
August 1, 20178 yr Author 4 hours ago, johnnie.black said: Shares are all top level folders, so nothing more you need to do. Depending what what was done exactly you may need to recreate the docker image and add all dockers from the my-templates, that's easy to do and if appdata is in the same place all options/config will be maintained. Thanks for the response! I appreciate it
Archived
This topic is now archived and is closed to further replies.