March 12, 20206 yr I'm no linux guy so what's the easiest way to document an offline copy of what's where on my array in case of disk loss? Edited March 12, 20206 yr by superloopy1
March 12, 20206 yr 6 hours ago, superloopy1 said: document an offline copy of what's where on my array in case of disk loss I think you mean create a list of files on the disk? If so use the webterminal command.... Quote ls /mnt/disk1 This (↑) will provide a list of top level directories (below I add the recursive option) but the output was too long and so I had to break the command down by folders then cut and paste into a text document. Quote ls /mnt/disk1/topfolderhere -R There may be an easier way but I don't know it
March 15, 20206 yr Author Thanks. In the end I just did a cut and paste from the sorted share details screen and dropped it into a spreadsheet. That'll do I suppose. Edited March 15, 20206 yr by superloopy1
Archived
This topic is now archived and is closed to further replies.