Difference between revisions of "Lat-dump"
From SME Server
Jump to navigationJump to search (Created page with "===lat-dump=== The lazy administrator's tool to extract config info ===DESCRIPTION=== Creates input-files for the lat-toolkit, based on the current configu- rat...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
Creates input-files for the lat-toolkit, based on the current configu- | Creates input-files for the lat-toolkit, based on the current configu- | ||
− | ration of the SME server (5.x/6.x). The information is extracted from | + | ration of the SME server (5.x/6.x/7.x/8.x). The information is extracted from |
the /home/e-smith/* databases. | the /home/e-smith/* databases. | ||
Line 12: | Line 12: | ||
script is automatically created. This will launch the various lat-tools | script is automatically created. This will launch the various lat-tools | ||
in the right sequence. | in the right sequence. | ||
+ | |||
+ | ===Smecontribs repository for SME Server === | ||
+ | |||
+ | yum install --enablerepo=smecontribs smeserver-lazy_admin_tools smeserver-userpanel smeserver-mailsorting | ||
+ | signal-event post-upgrade; signal-event reboot | ||
===SYNOPSIS=== | ===SYNOPSIS=== | ||
Line 32: | Line 37: | ||
lat-dump -d -o=/var/tmp | lat-dump -d -o=/var/tmp | ||
Creates the configuration files and writes them to /var/tmp. | Creates the configuration files and writes them to /var/tmp. | ||
+ | === Bugs === | ||
+ | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | ||
+ | and select the e-smith-lazy_admin_tools component or use {{BugzillaFileBug|product=SME%20Contribs|component=e-smith-lazy_admin_tools|title=this link}}. | ||
+ | [[Category:Howto]] [[Category:Administration]] |
Latest revision as of 22:38, 26 June 2013
lat-dump
The lazy administrator's tool to extract config info
DESCRIPTION
Creates input-files for the lat-toolkit, based on the current configu- ration of the SME server (5.x/6.x/7.x/8.x). The information is extracted from the /home/e-smith/* databases.
The resulting input-files can be used to replicate user accounts, ibays, etc on a different SME server, or recreate them on a clean install. To facilitate the restoring/replicating, the lat-restore script is automatically created. This will launch the various lat-tools in the right sequence.
Smecontribs repository for SME Server
yum install --enablerepo=smecontribs smeserver-lazy_admin_tools smeserver-userpanel smeserver-mailsorting signal-event post-upgrade; signal-event reboot
SYNOPSIS
lat-config [options]
OPTIONS
The following options are supported:
-d, --dump Create input files
-h, --help Extended help for this tool
-o=/path/, --output-dir=/path/ Directory where the configuration files should be stored. If omit- ted, the current directory is used.
EXAMPLES
lat-dump -d -o=/var/tmp Creates the configuration files and writes them to /var/tmp.
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the e-smith-lazy_admin_tools component or use this link .