Backup modules From code

I have created a modules and did some customization in those modules from studio. now i am unable to login from studio so i want to backup those modules and using module loader insert into other instance. how to take backup of fields relationships and all from code to use from module loader.

hatsFrancesca Shiekh@

  • Here is the location path where you will get concerned files for your modules, like module name is "outright".

    1) Main bean include file

    custom/Extension/application/Ext/Include/outright.php

    2) Main module Language file 

    custom/Extension/application/Ext/Lanaguage/outright_en.us.php

    3)all new /custom relationship

    custom/metadata/ouright_moduleB.php , etc can be many more depends upon your custom relationships

    4) all customization

    custom/Extension/modules/outright/

    and it's repaired version 

    custom/modules/outright/

    5) Finally main folder location

    modules/outright/

    Above 5 locations includes most of things you need.