![]() |
Directory structure copy - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10) +--- Thread: Directory structure copy (/showthread.php?tid=75) |
Directory structure copy - dzingis - 05-03-2010 I have fully functional 1.8 LetoDMS system. Three different companies are storing their files i their directories. Directory structure (over 200 directories) is created for one company. Is there a way to copy that structure into other two companies? Organisation: Root-folder Company1 Sub1 Sub2 Company2 Company3 Coping directory is not a big issue, but SQL is something too complicated for me ![]() Any help in that? Thx RE: Directory structure copy - administrator - 05-04-2010 (05-03-2010, 05:58 PM)dzingis Wrote: I have fully functional 1.8 LetoDMS system. Three different companies are storing their files i their directories. Directory structure (over 200 directories) is created for one company. the only thing i know is copy the sql file and content folder and add it to second company DMS. Thanks for choosing LetoDMS LetoDMS RE: Directory structure copy - dzingis - 05-04-2010 That way I'm getting three databases. That is something I don't want. I want everything in one sql database. I'll try and see what I can think of. Regards RE: Directory structure copy - matteo lucarelli - 05-05-2010 As you can see in the inc/inc.Settings.php the system can be connect to a DB on another host, then you can install letDMS on more then one server all connected to a single DB. RE: Directory structure copy - dzingis - 05-05-2010 What I want to accomplish is: Create directory structure for Comapny1 Root-folder .......Company1 .............SubFolder1 .............SubFolder2 ....................SubFolder2.1 etc... That directory structure (over 300 directories) is exactly the same for all 3 companies that should reside on that single server. My question is: Is it possible to copy that directory structure (using TSQL and copy command) to other two companies so the structure look like: Root-folder .......Company1 .............SubFolder1 .............SubFolder2 ....................SubFolder2.1 .......Company2 .............SubFolder1 .............SubFolder2 ....................SubFolder2.1 .......Company2 .............SubFolder1 .............SubFolder2 ....................SubFolder2.1 Thx |